Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetNodeName(ulong)

Accepts the unique identifier for a tracked node and returns a friendly name for it.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine.XR
  • Assembly: UnityEngine.XRModule
Warning
Deprecated. This API is obsolete, and should no longer be used. Please use InputDevice.name with the device associated with that tracking data instead.
public static string GetNodeName(ulong uniqueId)

Parameters

uniqueId

Returns

Type

Description

stringThe name of the tracked node if the given 64-bit identifier maps to a currently tracked node. Empty string otherwise.