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

    Interface ParticleGeneratorFollowOptions

    interface ParticleGeneratorFollowOptions {
        offset?: IPointData | null;
        stiffness?: number;
    }
    Index

    Properties

    Properties

    offset?: IPointData | null

    Fixed local offset from the anchor in pixels. If null, use the particle's initial offset from the anchor.

    stiffness?: number

    A 0..1 smoothing factor. 1 snaps to the target every frame.