HeightmapSamplesHelperTwo

Description

sealed class Tinman.Terrain.Heightmaps.HeightmapSamplesHelperTwo

Derived from

HeightmapSamplesHelper

A HeightmapSamplesHelper for heightmaps that aggregate two other heightmaps.

Public / Constructors

Heightmap​Samples​Helper​Two


public constructor HeightmapSamplesHelperTwo → (1)

samples in : HeightmapSamples

[not-null]
The heightmap samples buffer.

Creates a new instance of HeightmapSamplesHelperTwo.

Public / Attributes

First


public readonly attribute First → (HeightmapSamples)

The first cloned heightmap sample buffer.

Second


public readonly attribute Second → (HeightmapSamples)

The second cloned heightmap sample buffer.