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

    Interface ParticleCapsuleCollider

    Line-swept solid sphere used by analytic particle collision and trigger modules.

    interface ParticleCapsuleCollider {
        end: ParticleVector3;
        radius: number;
        start: ParticleVector3;
        type: "capsule";
    }
    Index
    radius: number
    type: "capsule"