PathStatus Type
Completion status of a findPath call.
Union cases
| Union case |
Description
|
Full Usage:
Complete
|
The goal was reached within budget. |
Full Usage:
Partial budgetExhausted
Parameters:
bool
|
The search hit the wall-clock or node-count budget before finding the goal. Waypoints contain the best partial path toward the lowest-f-score frontier node.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsComplete
Returns: bool
|
|
Full Usage:
this.IsPartial
Returns: bool
|
|
FSBarV1_Archived