Version: 2017.4
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

InputTracking

class in UnityEngine.XR

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

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

Static Properties

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.

Static Methods

GetLocalPositionGets the position of a specific node.
GetLocalRotationGets the rotation of a specific node.
GetNodeNameAccepts the unique identifier for a tracked node and returns a friendly name for it.
GetNodeStatesDescribes all presently connected XR nodes and provides available tracking state.
RecenterCenter tracking to the current position and orientation of the 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.