HeightmapSamples
Description
- Derived from
The HeightmapSamples class is a container for storing unrelated heightmap samples.
Public / Attributes
Coverage
The relative sample coverage values or null
if IHeightmapLayers.LayerMask does not contain the HeightmapLayer.Coverage flag.
Displacement
The normalized displacement values or null
if IHeightmapLayers.LayerMask does not contain the HeightmapLayer.Displacement flag.
Elevation
The normalized elevation values or null
if IHeightmapLayers.LayerMask does not contain the HeightmapLayer.Elevation flag.
Material
The token (see MaterialToken) values that describe the material of the terrain surface or null
if IHeightmapLayers.LayerMask does not contain the HeightmapLayer.Material flag.
Texture
The color (see Colors) values that describe the texture of the terrain surface or null
if IHeightmapLayers.LayerMask does not contain the HeightmapLayer.Texture flag.