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