Blender
V3.3
|
#include <wm_xr_intern.h>
Public Attributes | |
char * | name |
wmXrAction * | controller_grip_action |
wmXrAction * | controller_aim_action |
ListBase | active_modal_actions |
ListBase | active_haptic_actions |
Definition at line 175 of file wm_xr_intern.h.
ListBase wmXrActionSet::active_haptic_actions |
Currently active haptic actions.
Definition at line 185 of file wm_xr_intern.h.
Referenced by action_set_destroy(), WM_xr_action_destroy(), WM_xr_action_set_destroy(), WM_xr_active_action_set_set(), and wm_xr_session_events_dispatch().
ListBase wmXrActionSet::active_modal_actions |
Currently active modal actions.
Definition at line 183 of file wm_xr_intern.h.
Referenced by action_set_destroy(), WM_xr_action_destroy(), WM_xr_action_set_destroy(), WM_xr_active_action_set_set(), and wm_xr_session_events_dispatch().
wmXrAction* wmXrActionSet::controller_aim_action |
Definition at line 180 of file wm_xr_intern.h.
Referenced by WM_xr_action_destroy(), WM_xr_action_set_destroy(), WM_xr_active_action_set_set(), WM_xr_controller_pose_actions_set(), and wm_xr_session_actions_update().
wmXrAction* wmXrActionSet::controller_grip_action |
XR pose actions that determine the controller grip/aim transforms.
Definition at line 179 of file wm_xr_intern.h.
Referenced by WM_xr_action_destroy(), WM_xr_action_set_destroy(), WM_xr_active_action_set_set(), WM_xr_controller_pose_actions_set(), and wm_xr_session_actions_update().
char* wmXrActionSet::name |
Definition at line 176 of file wm_xr_intern.h.
Referenced by action_set_create(), action_set_destroy(), wm_xr_session_actions_update(), and wm_xr_session_events_dispatch().