Enum TrackedPoseDriver.TrackingType
Options for which Transform properties to update.
Namespace: UnityEngine.InputSystem.XR
Assembly: Unity.InputSystem.dll
Syntax
public enum TrackedPoseDriver.TrackingType
  Fields
| Name | Description | 
|---|---|
| PositionOnly | Update position only.  | 
      
| RotationAndPosition | Update both rotation and position.  | 
      
| RotationOnly | Update rotation only.  |