Enum XROrigin.TrackingOriginMode
Sets which Tracking Origin Mode to use when initializing the input device.
Namespace: Unity.XR.CoreUtils
Assembly: solution.dll
Syntax
public enum XROrigin.TrackingOriginMode
Fields
Name | Description |
---|---|
Device | Sets the Tracking Origin Mode to Device. Input devices will be tracked relative to the first known location. |
Floor | Sets the Tracking Origin Mode to Floor. Input devices will be tracked relative to a location on the floor. |
NotSpecified | Uses the default Tracking Origin Mode of the input device. |
See Also
TrySetTrackingOriginMode(TrackingOriginModeFlags)