Navigation mesh builder interface.
| Method | Description |
|---|---|
| BuildNavMeshData | Builds a NavMesh data object from the provided input sources. |
| Cancel | Cancels an asynchronous update of the specified NavMesh data. |
| CollectSources | Collects renderers or physics colliders, and terrains within a volume. This function might not collect some MeshColliders that are a distance greater than 1E7 from the origin. |
| UpdateNavMeshData | Incrementally updates the NavMeshData based on the sources. |
| UpdateNavMeshDataAsync | Asynchronously and incrementally updates the NavMeshData based on the sources. |