MyDungeon Documentation
![]() | Cell Class |
Class for setting up Cells in the Grid-Based dungeon map
Inheritance HierarchyNamespace: MyDungeon.DungeonGeneration.GridBasedGenerator
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
SyntaxC#
public class Cell
The Cell type exposes the following members.
Constructors
Methods
Fields| 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
|
See Also

