# OffMeshLinkType

> Link type specifier.

## Definition

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

```csharp
public enum OffMeshLinkType
```

## Fields

| Value                                                                                                      | Description                      |
| ---------------------------------------------------------------------------------------------------------- | -------------------------------- |
| [LinkTypeDropDown](/engine/6000.5/script-reference/unityengine/ai/offmeshlinktype/linktypedropdown.md)     | Vertical drop.                   |
| [LinkTypeJumpAcross](/engine/6000.5/script-reference/unityengine/ai/offmeshlinktype/linktypejumpacross.md) | Horizontal jump.                 |
| [LinkTypeManual](/engine/6000.5/script-reference/unityengine/ai/offmeshlinktype/linktypemanual.md)         | Manually specified type of link. |
