# currentOffMeshLinkData

> The current OffMeshLinkData.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.AI](/engine/6000.6/script-reference/unityengine/ai.md)
* **Assembly:** UnityEngine.AIModule

```csharp
public OffMeshLinkData currentOffMeshLinkData { get; }
```

### Remarks

In the case that this agent is not on an OffMeshLink the [OffMeshLinkData](/engine/6000.6/script-reference/unityengine/ai/offmeshlinkdata.md) is marked as invalid. See also [\_isOnOffMeshLink](/engine/6000.6/script-reference/unityengine/ai/navmeshagent/isonoffmeshlink.md)
