Direction Enumeration
From MyDungeon
MyDungeon Documentation
Direction Enumeration |
Directional values for Corridor
Namespace: MyDungeon.DungeonGeneration.GridBasedGenerator
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
C#
public enum Direction
| Member name | Value | Description | |
|---|---|---|---|
| North | 0 | ||
| East | 1 | ||
| South | 2 | ||
| West | 3 |