NavMeshBuilder
Navigation mesh builder interface.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Class
- Namespace: UnityEditor.AI
- Assembly: UnityEditor.AIModule
public sealed class NavMeshBuilder
Static Properties
Property | Description |
|---|---|
| isRunning | Returns true if an asynchronous build is still running. |
Static Methods
Method | Description |
|---|---|
| BuildNavMesh | Build the Navmesh. |
| BuildNavMeshAsync | Build the Navmesh asynchronously. |
| BuildNavMeshForMultipleScenes | Builds the combined NavMesh for the contents of multiple Scenes. |
| Cancel | Cancel NavMesh construction. |
| ClearAllNavMeshes | Clear all Navmeshes. |