Dungeon Architect  17.0.0
DungeonArchitect.Builders.FloorPlan.FloorChunk Class Reference

Public Member Functions

int Area ()
 
int GetLength ()
 
int GetWidth ()
 
void SetLength (int Length)
 
void OffsetAlongLength (int Offset)
 

Public Attributes

int Id
 
FloorChunkType ChunkType
 
Rectangle Bounds = new Rectangle()
 
List< IntVectorBoundCells = new List<IntVector>()
 
bool bReachable
 
float Priority
 
bool bEmitGroundMarker
 
bool bEmitCeilingMarker
 
bool bConnectDoors
 
bool bCreateWalls
 
string WallMarker = ""
 
string GroundMarker = ""
 
string CeilingMarker = ""
 
string DoorMarker = ""
 
string CenterMarker = ""
 

Detailed Description

Definition at line 24 of file FloorPlanModel.cs.

Member Function Documentation

◆ GetLength()

int DungeonArchitect.Builders.FloorPlan.FloorChunk.GetLength ( )

Gets the dimension of the largest side

Definition at line 58 of file FloorPlanModel.cs.

◆ SetLength()

void DungeonArchitect.Builders.FloorPlan.FloorChunk.SetLength ( int  Length)

Sets the dimensions of the largest side

Definition at line 62 of file FloorPlanModel.cs.


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