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

    Interface ParticleGeneratorClipOptions

    interface ParticleGeneratorClipOptions {
        enabled?: boolean | null;
        rect?: Rectangle | null;
    }
    Index

    Properties

    Properties

    enabled?: boolean | null

    Whether to apply a rectangular mask. If null, defaults to true in ambient mode and false in effect mode.

    rect?: Rectangle | null

    Optional clip rectangle in scene coordinates. Defaults to the generator bounds.