Enum AIMovementProgress
How an NPC is faring against its current destination.
public enum AIMovementProgress
Fields
The destination has been reached.
A path is being computed.
No destination is set, or the agent cannot move.
Moving normally.
The agent has stopped making progress while it still has somewhere to be — wedged on geometry, crowded out by other agents, or holding a partial path it has run out of.