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