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

    Interface ParticleGeneratorCurvePoint

    interface ParticleGeneratorCurvePoint {
        time: number;
        value: number;
    }
    Index

    Properties

    Properties

    time: number

    Normalized lifetime position, from 0 to 1.

    value: number

    Value at this lifetime position.