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
public static string GetNodeName(ulong uniqueId)
Parameters
Returns
Type | Description |
|---|---|
| string | The name of the tracked node if the given 64-bit identifier maps to a currently tracked node. Empty string otherwise. |