Enum GoalState
Used to determine the status of a tile for goal-mapping purposes.
Namespace: GoRogue.Pathing
Assembly: GoRogue.dll
Syntax
public enum GoalState
Fields
| Name | Description |
|---|---|
| Clear | A tile that can be entered |
| Goal | A destination on the goal map. |
| Obstacle | A tile that can't be entered and has to be routed around |