# indices

> Triangle indices for the navmesh triangulation.

## Definition

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

```csharp
public int[] indices
```

### Remarks

Contains 3 integers for each triangle. These integers refer to the vertices array.
