⚠ Preview docs — built from the develop branch and may be unstable. Go to the stable docs.

Input.PoseState

static PoseState PoseState(InputPose poseType)

Gets the tracking state of a tracked pose. This tells you whether the position and rotation components are actively being tracked by the XR system, and at what quality.

   
InputPose poseType The type of pose to check tracking state for.
RETURNS: PoseState A PoseState flags value indicating which components are tracked and whether they are inferred or known.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!