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

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

interface SunnyWeatherJson {
    cloudCover?: number;
    type: "sunny";
}

Properties

Properties

cloudCover?: number

Specifies the amount of cloud cover in the sky.

type

The type of weather.