LayerProcGen v0.1.0
Layer-based infinite procedural generation
|
Internal. Non-generic base class for all layers. More...
Inherited by AbstractChunkBasedDataLayer.
Static Public Member Functions | |
static bool | HasLayer< T > () |
Check if a layer of the specified type exists without creating it as a side effect. | |
Properties | |
static IEnumerable< AbstractDataLayer > | layers [get] |
An enumeration of all current layers. | |
Internal. Non-generic base class for all layers.
|
static |
Check if a layer of the specified type exists without creating it as a side effect.
T | : | AbstractDataLayer |