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

    Interface ParticleGeneratorDebugOptions

    interface ParticleGeneratorDebugOptions {
        profile?: boolean;
        stats?: boolean;
        tint?: boolean | ParticleGeneratorDebugTintOptions | null;
        useWhiteTexture?: boolean;
    }
    Index

    Properties

    profile?: boolean

    Whether to capture per-tick timings (requires stats).

    stats?: boolean

    Whether to collect debug statistics.

    tint?: boolean | ParticleGeneratorDebugTintOptions | null

    Optional automatic tinting for spawned particles.

    useWhiteTexture?: boolean

    If true, fall back to PIXI.Texture.WHITE when no textures are configured.