Object containing information for changing the weather conditions in the scene to cloudy.

See https://developers.arcgis.com/web-scene-specification/objects/cloudyWeather/.

interface CloudyWeatherJson {
    cloudCover?: number;
    type: "cloudy";
}

Properties

Properties

cloudCover?: number

Specifies the amount of cloud cover in the sky.

type

The type of weather.