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

    Interface ParticleGeneratorClipOptions

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

    Properties

    Properties

    enabled?: boolean | null

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

    Optional clip rectangle in scene coordinates. If omitted, a shape-based spawn area is used when available. Otherwise the generator bounds are used.