Enum NavMeshPathState
State of the path.
Namespace: ProjectDawn.Navigation
Assembly: ProjectDawn.Navigation.dll
Syntax
public enum NavMeshPathState
Fields
| Name | Description |
|---|---|
| Failed | NavMesg path building failed. See editor console for more information. |
| Finished | NavMesh path building is finished. Check NavMeshNode buffer for result. |
| FinishedFullPath | State of the path. |
| FinishedPartialPath | State of the path. |
| InProgress | NavMesh path building is in progress. |
| InValid | NavMesh path is no longer valid. |
| WaitingNewPath | Waiting for new NavMesh path requested to be handled. |