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

    Interface ParticleLimitVelocityModule

    Clamp particle speed and optionally damp the removed component.

    interface ParticleLimitVelocityModule {
        dampen?: number;
        limit: ParticleScalarValue;
        type: "limit-velocity";
    }
    Index
    dampen?: number
    type: "limit-velocity"