Available Weather Effects implementations

interface WeatherAmbienceConfiguration {
    effects: WeatherEffectConfiguration[];
    filter?: { blendMode?: BLEND_MODES; enabled: boolean };
    id: string;
    label: string;
}

Properties

Properties

filter?: { blendMode?: BLEND_MODES; enabled: boolean }
id: string
label: string