InputTracking

class in UnityEngine.XR

Cambiar al Manual

Descripción

A collection of methods and properties for interacting with the XR tracking system.

Variables Estáticas

disablePositionalTrackingDisables positional tracking in XR. This takes effect the next time the head pose is sampled. If set to true the camera only tracks headset rotation state.

Funciones Estáticas

GetLocalPosition Note: This API has been marked as obsolete in code, and is no longer in use. Please use InputTracking.GetNodeStates and look for the XRNodeState with the corresponding XRNode type instead. Gets the position of a specific node.
GetLocalRotation Note: This API has been marked as obsolete in code, and is no longer in use. Please use InputTracking.GetNodeStates and look for the XRNodeState with the corresponding XRNode type instead. Gets the rotation of a specific node.
GetNodeNameAccepts the unique identifier for a tracked node and returns a friendly name for it.
GetNodeStatesDescribes all currently connected XRNodes and provides available tracking states for each.
RecenterSeguimiento al centro de la posición actual y la orientación del HMD.

Events

nodeAddedCalled when a tracked node is added to the underlying XR system.
nodeRemovedCalled when a tracked node is removed from the underlying XR system.
trackingAcquiredCalled when a tracked node begins reporting tracking information.
trackingLostCalled when a tracked node stops reporting tracking information.