![]() |
ezEngine
Release 25.03
|
A device's pose state. More...
#include <Declarations.h>
Public Attributes | |
ezVec3 | m_vGripPosition |
ezQuat | m_qGripRotation |
ezVec3 | m_vAimPosition |
ezQuat | m_qAimRotation |
ezEnum< ezXRDeviceType > | m_Type |
bool | m_bGripPoseIsValid = false |
bool | m_bAimPoseIsValid = false |
bool | m_bDeviceIsConnected = false |
A device's pose state.
All values are relative to the stage space of the device, which is controlled by the ezStageSpaceComponent singleton and has to be taken into account by the XR implementation.