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

    Type Alias LightSourceAnimationConfig

    LightSourceAnimationConfig: Record<
        string,
        {
            animation: Function;
            backgroundShader?: typeof AdaptiveBackgroundShader;
            colorationShader: typeof AdaptiveColorationShader;
            illuminationShader?: typeof AdaptiveIlluminationShader;
            label: string;
        },
    >

    A light source animation configuration object.