API reference
API reference
Select your platform
No SDKs available
No versions available

TransformTrackingToWorldTransformer Class

Extends MonoBehaviour, ITrackingToWorldTransformer

Properties

Transform Transform[Get]
Quaternion WorldToTrackingWristJointFixup[Get]

Member Functions

Converts a tracking space pose to a pose in in Unity's world coordinate space (i.e.
teleportation applied). This is a convenience method for manipulating Pose types directly; for vector and quaternion types, equivalent behavior can be achieved by directly invoking the various Transform methods on the Transform.
Converts a world space pose in Unity's coordinate space to a pose in tracking space (i.e.
no teleportation applied). This is a convenience method for manipulating Pose types directly; for vector and quaternion types, equivalent behavior can be achieved by directly invoking the various InverseTransform methods on the Transform.