Enum Direction4
- Namespace
- GrindFest.Dungeons.Procedural
- Assembly
- GrindFest.dll
Cardinal direction on the XZ plane. North = +Z, East = +X, South = -Z, West = -X. Used for wall edges, door facings, corridor headings.
public enum Direction4
- Extension Methods
Fields
North = 0East = 1South = 2West = 3