# area

> NavMesh area index for this OffMeshLink component.

## Definition

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

> **Warning:**
>
> **Deprecated.** area has been deprecated together with the class. Declare the object as NavMeshLink and use area as before.

```csharp
public int area { get; set; }
```
