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

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< AbstractDataLayerlayers [get]
 An enumeration of all current layers.
 

Detailed Description

Internal. Non-generic base class for all layers.

Member Function Documentation

◆ HasLayer< T >()

static bool HasLayer< T > ( )
static

Check if a layer of the specified type exists without creating it as a side effect.

Type Constraints
T :AbstractDataLayer