Blender
V3.3
|
#include <DNA_xr_types.h>
Public Attributes | |
struct XrActionMap * | next |
struct XrActionMap * | prev |
char | name [64] |
ListBase | items |
short | selitem |
char | _pad [6] |
Definition at line 197 of file DNA_xr_types.h.
char XrActionMap::_pad[6] |
Definition at line 205 of file DNA_xr_types.h.
ListBase XrActionMap::items |
Definition at line 203 of file DNA_xr_types.h.
Referenced by WM_xr_actionmap_clear(), wm_xr_actionmap_copy(), WM_xr_actionmap_item_add_copy(), WM_xr_actionmap_item_find(), wm_xr_actionmap_item_find_except(), WM_xr_actionmap_item_new(), and WM_xr_actionmap_item_remove().
char XrActionMap::name[64] |
Unique name.
Definition at line 201 of file DNA_xr_types.h.
Referenced by WM_xr_actionmap_ensure_unique(), and WM_xr_actionmap_new().
struct XrActionMap* XrActionMap::next |
Definition at line 198 of file DNA_xr_types.h.
Referenced by wm_xr_actionmap_copy().
struct XrActionMap * XrActionMap::prev |
Definition at line 198 of file DNA_xr_types.h.
Referenced by wm_xr_actionmap_copy().
short XrActionMap::selitem |
Definition at line 204 of file DNA_xr_types.h.
Referenced by WM_xr_actionmap_clear(), and WM_xr_actionmap_item_remove().