Enum PathfindingRequest.Status
Describes the status of the pathfinding process calculation.
Namespace: AlchemyBow.Navigation
Assembly: AlchemyBow.Navigation.dll
Syntax
public enum Status
Fields
Name | Description |
---|---|
Finished | The request is computed. |
Pending | The request is waiting to be computed. |
Skipped | The request was skipped and a different path has been computed for the requestor |