IHeightmapBuffer
Description
- Derived from
- Extended by
-
HeightmapRegion sealed
HeightmapSamples sealed
Base interface for classes that buffer heightmap samples.
Public / Methods
GetAt
Returns a single heightmap sample.
The maximum valid sample offset is defined by the implementing class.
SetAt
Sets a single heightmap sample.
Passing a heightmap sample with partial coverage to a buffer that does not contain the HeightmapLayer.Coverage layer will result in that layer being added to this buffer via a call to AddLayers.
The maximum valid sample offset is defined by the implementing class.