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

    Interface ParticleLineShape

    Line-segment or edge emitter shape.

    interface ParticleLineShape {
        arc?: number;
        distribution?: "volume" | "surface";
        end: ParticleVector3;
        start: ParticleVector3;
        thickness?: number;
        type: "line" | "edge";
    }

    Hierarchy (View Summary)

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