|
Blender V4.3
|
#include <GHOST_XrAction.hh>
Public Attributes | |
| XrPath | subaction_path = XR_NULL_PATH |
| float | float_threshold |
| int16_t | axis_flag |
| std::unique_ptr< GHOST_XrActionSpace > | space = nullptr |
Definition at line 42 of file GHOST_XrAction.hh.
| int16_t GHOST_XrSubactionData::axis_flag |
Definition at line 45 of file GHOST_XrAction.hh.
Referenced by GHOST_XrActionProfile::GHOST_XrActionProfile(), and GHOST_XrAction::updateState().
| float GHOST_XrSubactionData::float_threshold |
Definition at line 44 of file GHOST_XrAction.hh.
Referenced by GHOST_XrActionProfile::GHOST_XrActionProfile(), and GHOST_XrAction::updateState().
| std::unique_ptr<GHOST_XrActionSpace> GHOST_XrSubactionData::space = nullptr |
Definition at line 46 of file GHOST_XrAction.hh.
Referenced by GHOST_XrActionProfile::GHOST_XrActionProfile(), and GHOST_XrAction::updateState().
| XrPath GHOST_XrSubactionData::subaction_path = XR_NULL_PATH |
Definition at line 43 of file GHOST_XrAction.hh.
Referenced by GHOST_XrActionProfile::GHOST_XrActionProfile().