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

Public Member Functions

FloorChunk Create ()
 
void Register (FloorChunk Chunk)
 
void GetChunks (List< FloorChunk > OutChunks)
 
void GetChunks (List< FloorChunk > OutChunks, FloorChunkType ChunkType)
 
FloorChunk GetChunk (int Id)
 
FloorChunk GetChunkAt (int x, int y, int z)
 
FloorChunk GetChunkAt (IntVector Location)
 
void CacheChunkPositions ()
 
int HASH (int x, int y, int z)
 
FloorChunk[] GetAllChunks ()
 

Detailed Description

Definition at line 87 of file FloorPlanModel.cs.

Member Function Documentation

◆ CacheChunkPositions()

void DungeonArchitect.Builders.FloorPlan.FloorChunkDB.CacheChunkPositions ( )

Create the cache for faster access

Definition at line 154 of file FloorPlanModel.cs.


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