Namespace UnityEngine.SpatialTracking
Classes
PoseDataSource
The PoseDataSource class acts as a container for the GetDataFromSource method call that should be used by PoseProviders wanting to query data for a particular pose.
TrackedPoseDriver
The TrackedPoseDriver component applies the current Pose value of a tracked device to the transform of the GameObject. TrackedPoseDriver can track multiple types of devices including XR HMDs, controllers, and remotes.
Enums
PoseDataFlags
Bitflag enum which represents what data was set on an associated Pose struct
TrackedPoseDriver.DeviceType
The device being tracked by the tracked pose driver
TrackedPoseDriver.TrackedPose
The list of endpoints that users can track with the TrackedPoseDriver
TrackedPoseDriver.TrackingType
This enum is used to indicate which parts of the pose will be applied to the parent transform
TrackedPoseDriver.UpdateType
The update type being used by the tracked pose driver