Dungeon Architect  17.0.0
DungeonArchitect.Builders.Grid.GridCellInfo Class Reference

Contains meta data about the cells. This structure is used for caching cell information for faster lookup during and after generation of the dungeon More...

Public Member Functions

 GridCellInfo (int pCellId, CellType pCellType)
 

Public Attributes

int CellId
 
CellType CellType
 
bool ContainsDoor
 

Detailed Description

Contains meta data about the cells. This structure is used for caching cell information for faster lookup during and after generation of the dungeon

Definition at line 19 of file GridDungeonBuilder.cs.


The documentation for this class was generated from the following file: