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

    Interface ParticleBoxShape

    Axis-aligned box emitter shape.

    interface ParticleBoxShape {
        arc?: number;
        distribution?: "volume" | "surface";
        size: ParticleVector3;
        thickness?: number;
        type: "box";
    }

    Hierarchy (View Summary)

    Index
    arc?: number
    distribution?: "volume" | "surface"
    thickness?: number
    type: "box"