Transform
: Transform
[Get] |
Signature
Transform Oculus.Interaction.Input.ITrackingToWorldTransformer.Transform |
WorldToTrackingWristJointFixup
: Quaternion
[Get] |
Signature
Quaternion Oculus.Interaction.Input.ITrackingToWorldTransformer.WorldToTrackingWristJointFixup |
ToTrackingPose
(
worldPose
)
|
Converts a world space pose in Unity's coordinate space to a pose in tracking space (i.e.
no teleportation applied)
Signature
Pose Oculus.Interaction.Input.ITrackingToWorldTransformer.ToTrackingPose(in Pose worldPose) Parameters worldPose: in PoseReturns Pose |
ToWorldPose
(
poseRh
)
|
Converts a tracking space pose to a pose in in Unity's world coordinate space (i.e.
teleportation applied)
Signature
Pose Oculus.Interaction.Input.ITrackingToWorldTransformer.ToWorldPose(Pose poseRh) Parameters poseRh: PoseReturns Pose |