![]() |
LayerProcGen v0.1.0
Layer-based infinite procedural generation
|
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< TopLayerDependency > | topDependencies = new List<TopLayerDependency>() [get] |
| bool | useParallelThreads [get] |
Events | |
| Action | abort |
The central LayerManager that takes care of generating the required chunks.