GridGenerator.TileType Enumeration
From MyDungeon
MyDungeon Documentation
GridGeneratorTileType Enumeration |
Values of tiles that can be placed in dungeon grid
Namespace: MyDungeon.DungeonGeneration.GridBasedGenerator
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
C#
public enum TileType
| Member name | Value | Description | |
|---|---|---|---|
| Exit | 0 | ||
| Item | 1 | ||
| Floor | 2 | ||
| Wall | 3 | ||
| Creature | 4 | ||
| Player | 5 |