Enum TrackedPoseDriver.TrackingType
This enum is used to indicate which parts of the pose will be applied to the parent transform
Namespace: UnityEngine.SpatialTracking
Syntax
public enum TrackingType
Fields
| Name | Description |
|---|---|
| PositionOnly | With this setting, only the pose's position will be applied to the parent transform |
| RotationAndPosition | With this setting, both the pose's rotation and position will be applied to the parent transform |
| RotationOnly | With this setting, only the pose's rotation will be applied to the parent transform |