Show / Hide Table of Contents

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

Extension Methods

Utility.Yield<GoalState>()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX