enum
NavMeshPathStatus
public sealed enum NavMeshPathStatus : Enum Enum Values
| Name | Value | Description |
|---|---|---|
StartNotFound | | Start location was not found on the navmesh. |
TargetNotFound | | Target location was not found on the navmesh. |
PathNotFound | | No path could be found. |
Partial | | Path found, but does not reach the target. The returned path will be to the closest location that can be reached. |
Complete | | Path found from start to target. |
Assembly:
Sandbox.Engine Namespace: Sandbox.Navigation Full Name: Sandbox.Navigation.NavMeshPathStatus