LayerProcGen v0.4.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< AbstractDataLayer > layers [get]
 An enumeration of all current layers.

Detailed Description

Internal. Non-generic base class for all layers.

Member Function Documentation

◆ HasLayer< T >()

bool HasLayer< T > ( )
static

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

Type Constraints
T :AbstractDataLayer