Methods
clearBackgroundDataSource
- clearBackgroundDataSource(): void
updateBackgroundDataSource
- updateBackgroundDataSource(): void
updateClearColor
- updateClearColor(clearColor?: undefined | string, clearAlpha?: undefined | number): void
-
Parameters
-
Optional clearColor: undefined | string
-
Optional clearAlpha: undefined | number
Returns void
updateLighting
- updateLighting(lights?: Light[]): void
updateSkyBackground
- updateSkyBackground(sky?: Sky, clearColor?: undefined | string): void
-
Parameters
-
Optional sky: Sky
-
Optional clearColor: undefined | string
Returns void
Class handling the Scene Environment, like fog, sky, background datasource, clearColor etc for MapView