|
Blender V4.3
|
#include <GHOST_XrAction.hh>
Public Member Functions | |
| GHOST_XrActionSpace ()=delete | |
GHOST_XrActionSpace | |
| GHOST_XrActionSpace (XrSession session, XrAction action, const char *action_name, const char *profile_path, XrPath subaction_path, const char *subaction_path_str, const GHOST_XrPose &pose) | |
| ~GHOST_XrActionSpace () | |
| XrSpace | getSpace () const |
Definition at line 22 of file GHOST_XrAction.hh.
|
delete |
| GHOST_XrActionSpace::GHOST_XrActionSpace | ( | XrSession | session, |
| XrAction | action, | ||
| const char * | action_name, | ||
| const char * | profile_path, | ||
| XrPath | subaction_path, | ||
| const char * | subaction_path_str, | ||
| const GHOST_XrPose & | pose ) |
Definition at line 24 of file GHOST_XrAction.cc.
References CHECK_XR, copy_ghost_pose_to_openxr_pose(), and data.
| GHOST_XrActionSpace::~GHOST_XrActionSpace | ( | ) |
Definition at line 43 of file GHOST_XrAction.cc.
References CHECK_XR_ASSERT.
| XrSpace GHOST_XrActionSpace::getSpace | ( | ) | const |
Definition at line 50 of file GHOST_XrAction.cc.