|
Blender V4.3
|
#include <GHOST_XrAction.hh>
Public Member Functions | |
| GHOST_XrActionProfile ()=delete | |
| ~GHOST_XrActionProfile ()=default | |
GHOST_XrActionProfile | |
| GHOST_XrActionProfile (XrInstance instance, XrSession session, XrAction action, GHOST_XrActionType type, const GHOST_XrActionProfileInfo &info) | |
| XrPath | getProfile () const |
| const GHOST_XrSubactionData * | getSubaction (XrPath subaction_path) const |
| void | getBindings (XrAction action, std::map< XrPath, std::vector< XrActionSuggestedBinding > > &r_bindings) const |
Definition at line 51 of file GHOST_XrAction.hh.
|
delete |
References instance.
| GHOST_XrActionProfile::GHOST_XrActionProfile | ( | XrInstance | instance, |
| XrSession | session, | ||
| XrAction | action, | ||
| GHOST_XrActionType | type, | ||
| const GHOST_XrActionProfileInfo & | info ) |
Definition at line 62 of file GHOST_XrAction.cc.
References GHOST_XrSubactionData::axis_flag, CHECK_XR, GHOST_XrSubactionData::float_threshold, instance, GHOST_XrSubactionData::space, and GHOST_XrSubactionData::subaction_path.
|
default |
| void GHOST_XrActionProfile::getBindings | ( | XrAction | action, |
| std::map< XrPath, std::vector< XrActionSuggestedBinding > > & | r_bindings ) const |
Definition at line 157 of file GHOST_XrAction.cc.
| XrPath GHOST_XrActionProfile::getProfile | ( | ) | const |
Definition at line 142 of file GHOST_XrAction.cc.
| const GHOST_XrSubactionData * GHOST_XrActionProfile::getSubaction | ( | XrPath | subaction_path | ) | const |
Definition at line 147 of file GHOST_XrAction.cc.