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

    Interface ParticleSystemEmitCommand

    Deterministic manual emission targeting the first or a named emitter.

    interface ParticleSystemEmitCommand {
        count: number;
        emitter?: string;
        position?: ParticleVector3;
        velocity?: ParticleVector3;
    }
    Index
    count: number
    emitter?: string
    position?: ParticleVector3
    velocity?: ParticleVector3