NavMeshPathStatus
Status of path.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.AI
- Assembly: UnityEngine.AIModule
public enum NavMeshPathStatus
Fields
Value | Description |
|---|---|
| PathComplete | The path terminates at the destination. |
| PathInvalid | The path is not valid. |
| PathPartial | The path cannot reach the destination. |