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

    Interface RenderedEffectSourceData

    interface RenderedEffectSourceData {
        animation: object;
        color: number | null;
        disabled: boolean;
        elevation: number;
        level: string;
        preview: boolean;
        seed: number | null;
        x: number;
        y: number;
    }
    Index

    Properties

    animation: object

    An animation configuration for the source

    color: number | null

    A color applied to the rendered effect

    disabled: boolean

    Whether or not the source is disabled

    elevation: number

    The elevation of the point source

    level: string

    The ID of the Level the point source is in

    preview: boolean

    Is this source a temporary preview?

    seed: number | null

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

    x: number

    The x-coordinate of the source location

    y: number

    The y-coordinate of the source location