Cell Class
From MyDungeon
MyDungeon Documentation
Cell Class |
Class for setting up Cells in the Grid-Based dungeon map
Namespace: MyDungeon.DungeonGeneration.GridBasedGenerator
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
C#
public class Cell
The Cell type exposes the following members.
| Name | Description | |
|---|---|---|
| Used |
Indicates if a Cell has been used to prevent overlapping rooms
| |
| XPos |
The starting X position of a Cell
| |
| YPos |
The starting Y position of a Cell
|