PathFailure Type
Reasons findPath can return Error.
Union cases
| Union case |
Description
|
Full Usage:
EndpointImpassable
|
Start or goal is on a cell that the given move type cannot occupy. |
Full Usage:
NoRoute
|
A search completed within budget but no route exists. |
Full Usage:
OutOfBounds
|
Start or goal cell is outside the map bounds. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsEndpointImpassable
Returns: bool
|
|
Full Usage:
this.IsNoRoute
Returns: bool
|
|
Full Usage:
this.IsOutOfBounds
Returns: bool
|
|
FSBarV1_Archived