# trackingAcquired

> Called when a tracked node begins reporting tracking information.

## Definition

* **Type:** Event
* **Namespace:** [UnityEngine.XR](/engine/6000.7/script-reference/unityengine/xr.md)
* **Assembly:** UnityEngine.XRModule

```csharp
public static event Action<XRNodeState> trackingAcquired
```

### Remarks

The event argument describes the node that has begun being tracked.
