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

    Interface WeatherEffectConfiguration

    interface WeatherEffectConfiguration {
        blendMode?: BLEND_MODES;
        config?: object;
        effectClass: typeof ParticleEffect | typeof WeatherShaderEffect;
        id: string;
        performanceLevel?: number;
        shaderClass?: typeof AbstractWeatherShader;
    }
    Index

    Properties

    blendMode?: BLEND_MODES
    config?: object
    effectClass: typeof ParticleEffect | typeof WeatherShaderEffect
    id: string
    performanceLevel?: number
    shaderClass?: typeof AbstractWeatherShader