Struct XrSystemTrackingProperties
A structure indicates the system tracking properties.
Inherited Members
Namespace: VIVE.OpenXR
Assembly: VIVE.OpenXR.dll
Syntax
public struct XrSystemTrackingProperties
Fields
orientationTracking
Set to XR_TRUE to indicate the system supports orientational tracking of the view pose(s), XR_FALSE otherwise.
Declaration
public uint orientationTracking
Field Value
Type | Description |
---|---|
uint |
positionTracking
Set to XR_TRUE to indicate the system supports positional tracking of the view pose(s), XR_FALSE otherwise.
Declaration
public uint positionTracking
Field Value
Type | Description |
---|---|
uint |