Cell Class

MyDungeon

Cell Class

Class for setting up Cells in the Grid-Based dungeon map
Inheritance Hierarchy
SystemObject  MyDungeon.DungeonGeneration.GridBasedGeneratorCell

Namespace:  MyDungeon.DungeonGeneration.GridBasedGenerator
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class Cell

The Cell type exposes the following members.

Constructors
  NameDescription
Public methodCell
Initializes a new instance of the Cell class
Top
Methods
  NameDescription
Public methodSetupCell
Sets up Cell location in map array
Top
Fields
  NameDescription
Public fieldUsed
Indicates if a Cell has been used to prevent overlapping rooms
Public fieldXPos
The starting X position of a Cell
Public fieldYPos
The starting Y position of a Cell
Top
See Also