TerrainLayerRegion

Description

sealed class Tinman.Engine.Components.TerrainLayerRegion

Derived from

Disposable abstract

Settings for TerrainLayer objects of type TerrainLayerType.Texture.

Public / Attributes

Color


public attribute Color → (get,set)

value : int64

The color (see Colors).

The color to use for highlighting existing data regions.

Defaults to 0.

Dataset


[OwnerValue]
public attribute Dataset → (get,set)

value : IHeightmap

The dataset or null.

The dataset for which to highlight existing data regions.

Defaults to null.