Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


InputTracking

A collection of methods and properties for accessing XR input devices by their XR Node representation.
Read time 1 minuteLast updated 2 days ago

Definition

  • Type: Class
  • Namespace: UnityEngine.XR
  • Assembly: UnityEngine.XRModule
public static class InputTracking

Remarks

XR devices can be accessed in different ways, with the XR Node representing a physical input source such as a head position, hand, or camera.
See XR Input for an overview of accessing XR devices.

Static Methods

Method

Description

GetNodeStatesDescribes all currently connected XRNodes and provides available tracking states for each.

Static Events

Member

Description

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.