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

    Interface ParticleCollisionModule

    Resolve particles against a fixed list of analytic primitives.

    interface ParticleCollisionModule {
        bounce?: number;
        colliders: readonly ParticleAnalyticCollider[];
        event?: string;
        friction?: number;
        lifetimeLoss?: number;
        radiusScale?: number;
        type: "collision";
    }
    Index
    bounce?: number
    colliders: readonly ParticleAnalyticCollider[]
    event?: string
    friction?: number
    lifetimeLoss?: number
    radiusScale?: number
    type: "collision"