CompositeHeightmapOne

Description

abstract class Tinman.Terrain.Heightmaps.CompositeHeightmapOne

Abstract base class for IHeightmap implementations that wrap another IHeightmap object.

The default implementations of these members simply forward to the aggregated heightmap:

Protected / Constructors

Composite​Heightmap​One


protected constructor CompositeHeightmapOne → (1)

heightmap in : IHeightmap own

[not-null]
The heightmap to wrap.

Creates a new instance of CompositeHeightmapOne.

Protected / Attributes

heightmap


[Owner]
protected attribute heightmap → (IHeightmap)

The wrapped IHeightmap object.

heightmap​Layers


protected readonly attribute heightmapLayers → (HeightmapLayer)

The layers of heightmap.