LayerProcGen v0.1.0
Layer-based infinite procedural generation
Loading...
Searching...
No Matches
LayerManager

The central LayerManager that takes care of generating the required chunks. More...

Public Member Functions

void AddTopDependency (TopLayerDependency d)
 
 LayerManager (bool useParallelThreads)
 
void OnDestroy ()
 
void RemoveTopDependency (TopLayerDependency d)
 
void Unload ()
 

Static Public Attributes

static LayerManager instance
 

Properties

bool aborting [get]
 
bool building [get]
 
bool isGeneratingInBackground [get]
 
List< TopLayerDependencytopDependencies = new List<TopLayerDependency>() [get]
 
bool useParallelThreads [get]
 

Events

Action abort
 

Detailed Description

The central LayerManager that takes care of generating the required chunks.