Enum TrackedPoseDriver.TrackingType
Options for which
Namespace: UnityEngine.InputSystem.XR
Syntax
public enum TrackingType : int
Fields
| Name | Description | Value |
|---|---|---|
| RotationAndPosition | Update both rotation and position. |
0 |
| RotationOnly | Update rotation only. |
1 |
| PositionOnly | Update position only. |
2 |