Enum NavMeshQueryStatus
The status of navmesh query.
Namespace: ProjectDawn.Navigation
Assembly: ProjectDawn.Navigation.dll
Syntax
public enum NavMeshQueryStatus
Fields
| Name | Description |
|---|---|
| Allocated | Path is allocated. |
| Failed | Failed to construct path. |
| Finished | Path is finished. |
| FinishedFullPath | Full path is finished, where destination is reachable. |
| FinishedPartialPath | Partial path is finished, where it leads close enough to destination. |
| Free | Path is already released. |
| InProgress | Path is in progress. |
| None | The status of navmesh query. |