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

    Interface ParticleSphereCollider

    Solid sphere used by analytic particle collision and trigger modules.

    interface ParticleSphereCollider {
        center?: ParticleVector3;
        radius: number;
        type: "sphere";
    }
    Index
    radius: number
    type: "sphere"