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

    Interface RenderedEffectSourceAnimationConfig

    interface RenderedEffectSourceAnimationConfig {
        animation?: Function;
        backgroundShader?: any;
        colorationShader?: any;
        darknessShader?: any;
        illuminationShader?: any;
        label?: string;
        seed?: number;
        time?: number;
    }
    Index

    Properties

    animation?: Function

    The animation function that runs every frame

    backgroundShader?: any

    A custom background shader used by this animation

    colorationShader?: any

    A custom coloration shader used by this animation

    darknessShader?: any

    A custom darkness shader used by this animation

    illuminationShader?: any

    A custom illumination shader used by this animation

    label?: string

    The human-readable (localized) label for the animation

    seed?: number

    The animation seed

    time?: number

    The animation time