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

    Interface ParticleSubEmitterModule

    Route a batched source event into another emitter without a CPU per-event callback.

    interface ParticleSubEmitterModule {
        count?: number;
        emitter: string;
        event: string;
        inheritVelocity?: boolean;
        type: "sub-emitter";
    }
    Index
    count?: number
    emitter: string
    event: string
    inheritVelocity?: boolean
    type: "sub-emitter"