Riwmorld
|
Public Member Functions | |
RegionGrid (Map map) | |
void | DebugDraw () |
Region | GetRegionAt_InvalidAllowed (IntVec3 c) |
Region | GetValidRegionAt (IntVec3 c) |
Region | GetValidRegionAt_NoRebuild (IntVec3 c) |
void | SetRegionAt (IntVec3 c, Region reg) |
void | UpdateClean () |
Public Attributes | |
List< Room > | allRooms = new List<Room>() |
HashSet< Region > | drawnRegions = new HashSet<Region>() |
Static Public Attributes | |
static HashSet< Region > | allRegionsYielded |
Properties | |
IEnumerable< Region > | AllRegions [get] |