Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface WeatherAmbienceConfiguration

    Available Weather Effects implementations

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

    Properties

    Properties

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