|
Blender V4.3
|
#include <wm_xr_intern.hh>
Public Attributes | |
| char * | name |
| wmXrAction * | controller_grip_action |
| wmXrAction * | controller_aim_action |
| ListBase | active_modal_actions |
| ListBase | active_haptic_actions |
Definition at line 185 of file wm_xr_intern.hh.
| ListBase wmXrActionSet::active_haptic_actions |
Currently active haptic actions.
Definition at line 195 of file wm_xr_intern.hh.
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 193 of file wm_xr_intern.hh.
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 190 of file wm_xr_intern.hh.
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 189 of file wm_xr_intern.hh.
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 186 of file wm_xr_intern.hh.
Referenced by action_set_create(), action_set_destroy(), wm_xr_session_actions_update(), and wm_xr_session_events_dispatch().