Hilo3d API - v2.0.0-alpha.4
    Preparing search index...

    Interface ParticleInheritVelocityModule

    Add the emitter velocity observed at spawn.

    interface ParticleInheritVelocityModule {
        multiplier?: number;
        type: "inherit-emitter-velocity";
    }
    Index
    multiplier?: number
    type: "inherit-emitter-velocity"