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 | For convenience, you can create a list of build sources directly from the current geometry. |
| UpdateNavMeshData | Incrementally updates the NavMeshData based on the sources. |
| UpdateNavMeshDataAsync | Asynchronously and incrementally updates the NavMeshData based on the sources. |