Skip to main content

Class: MapTerrainColorsModule

Defined in: src/sdk/components/mapsystem/modules/MapTerrainColorsModule.ts:10

A map data module that controls the terrain color reference point.

Constructors

Constructor

new MapTerrainColorsModule(): MapTerrainColorsModule

Returns

MapTerrainColorsModule

Properties

colors

readonly colors: ArraySubject<number>

Defined in: src/sdk/components/mapsystem/modules/MapTerrainColorsModule.ts:18

The terrain colors array.


colorsElevationRange

readonly colorsElevationRange: Vec2Subject

Defined in: src/sdk/components/mapsystem/modules/MapTerrainColorsModule.ts:23

The elevation range over which to assign the terrain colors, as [minimum, maximum] in feet.


reference

readonly reference: Subject<EBingReference>

Defined in: src/sdk/components/mapsystem/modules/MapTerrainColorsModule.ts:12

The terrain colors reference point.


showIsoLines

readonly showIsoLines: Subject<boolean>

Defined in: src/sdk/components/mapsystem/modules/MapTerrainColorsModule.ts:15

Whether or not to show the map terrain isolines.