Enum XROrigin.TrackingOriginMode
Sets which Tracking Origin Mode to use when initializing the input device.
Namespace: Unity.XR.CoreUtils
Syntax
public enum TrackingOriginMode
Fields
| Name | Description | Value |
|---|---|---|
| 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. |