Enum SearchState
Enumerates the possible A* algorithm states.
Namespace: Fibula.Common.Utilities.Pathfinding
Assembly: Fibula.Common.Utilities.dll
Syntax
public enum SearchState
Fields
| Name | Description |
|---|---|
| Failed | The algorithm has failed to find a solution. |
| GoalFound | The algorithm has found the goal. |
| Searching | The algorithm is running, searching for the goal. |