OpenVRControllerDetails Struct
Struct characterizing the current state of an OpenVRController.
This struct is used to communicate with the OpenVR platform API and should not be used by developers.
In general, OpenXR should be preferred over OpenVR for new development.
OVR.OpenVR.VRControllerState_t state[Get]
The current OVR.OpenVR.VRControllerState_t of the hardware controller described by this struct.
In general, OpenXR should be preferred over OpenVR for new development.
The type (
Oculus Touch, Vive, etc.) of the hardware controller described by this struct.
In general, OpenXR should be preferred over OpenVR for new development.
The unique identifier associated with the hardware controller described by this struct.
In general, OpenXR should be preferred over OpenVR for new development.
Vector3 localPosition[Get]
The tracking-space position of the hardware controller described by this struct.
In general, OpenXR should be preferred over OpenVR for new development.
Quaternion localOrientation[Get]
The tracking-space orientation of the hardware controller described by this struct.
In general, OpenXR should be preferred over OpenVR for new development.