# NavMeshObstacleShape

> Shape of the obstacle.

## Definition

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

```csharp
public enum NavMeshObstacleShape
```

## Fields

| Value                                                                                     | Description              |
| ----------------------------------------------------------------------------------------- | ------------------------ |
| [Box](/engine/6000.5/script-reference/unityengine/ai/navmeshobstacleshape/box.md)         | Box shaped obstacle.     |
| [Capsule](/engine/6000.5/script-reference/unityengine/ai/navmeshobstacleshape/capsule.md) | Capsule shaped obstacle. |
