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

    Interface RenderedEffectSourceData

    interface RenderedEffectSourceData {
        animation: object;
        color: number | null;
        preview: boolean;
        seed: number | null;
    }
    Index

    Properties

    animation: object

    An animation configuration for the source

    color: number | null

    A color applied to the rendered effect

    preview: boolean

    Is this source a temporary preview?

    seed: number | null

    An integer seed to synchronize (or de-synchronize) animations