CompositeHeightmapTwo

Description

abstract class Tinman.Terrain.Heightmaps.CompositeHeightmapTwo

Abstract base class for IHeightmap implementations that wrap two other IHeightmap objects.

Protected / Constructors

Composite​Heightmap​Two


protected constructor CompositeHeightmapTwo → (2)

first in : IHeightmap own

[not-null]
The first heightmap to wrap.

second in : IHeightmap own

[not-null]
The second heightmap to wrap.

Creates a new instance of CompositeHeightmapTwo.

Protected / Attributes

first​Heightmap


[Owner]
protected attribute firstHeightmap → (IHeightmap)

The first wrapped IHeightmap object.

first​Layers


protected readonly attribute firstLayers → (HeightmapLayer)

The layers of firstHeightmap.

second​Heightmap


[Owner]
protected attribute secondHeightmap → (IHeightmap)

The second wrapped IHeightmap object.

second​Layers


protected readonly attribute secondLayers → (HeightmapLayer)

The layers of secondHeightmap.