Strata - v1.4.10
    Preparing search index...

    Interface CloudSkyConfig

    Complete cloud sky configuration.

    interface CloudSkyConfig {
        dayNight: DayNightConfig;
        layers: CloudLayerConfig[];
        wind: WindConfig;
    }
    Index

    Properties

    Properties

    dayNight: DayNightConfig