Blender
V3.3
|
#include <GHOST_XrAction.h>
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 40 of file GHOST_XrAction.h.
int16_t GHOST_XrSubactionData::axis_flag |
Definition at line 43 of file GHOST_XrAction.h.
Referenced by GHOST_XrActionProfile::GHOST_XrActionProfile(), and GHOST_XrAction::updateState().
float GHOST_XrSubactionData::float_threshold |
Definition at line 42 of file GHOST_XrAction.h.
Referenced by GHOST_XrActionProfile::GHOST_XrActionProfile(), and GHOST_XrAction::updateState().
std::unique_ptr<GHOST_XrActionSpace> GHOST_XrSubactionData::space = nullptr |
Definition at line 44 of file GHOST_XrAction.h.
Referenced by GHOST_XrActionProfile::GHOST_XrActionProfile(), and GHOST_XrAction::updateState().
XrPath GHOST_XrSubactionData::subaction_path = XR_NULL_PATH |
Definition at line 41 of file GHOST_XrAction.h.
Referenced by GHOST_XrActionProfile::GHOST_XrActionProfile().