Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MapViewEnvironment

Class handling the Scene Environment, like fog, sky, background datasource, clearColor etc for MapView

Hierarchy

  • MapViewEnvironment

Index

Constructors

constructor

Accessors

fog

lights

  • get lights(): Light[]

Methods

clearBackgroundDataSource

  • clearBackgroundDataSource(): void

update

  • update(): void

updateBackgroundDataSource

  • updateBackgroundDataSource(): void

updateClearColor

  • updateClearColor(clearColor?: undefined | string, clearAlpha?: undefined | number): void

updateLighting

  • updateLighting(lights?: Light[]): void

updateLights

  • updateLights(): void

updateSkyBackground

  • updateSkyBackground(sky?: Sky, clearColor?: undefined | string): void

Generated using TypeDoc