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

    Interface ParticleEventRecord

    One application-visible particle event materialized only at a batch boundary.

    interface ParticleEventRecord {
        emitter: string;
        name: string;
        position: ParticleVector3;
        stableId: number;
        velocity: ParticleVector3;
    }
    Index
    emitter: string
    name: string
    position: ParticleVector3
    stableId: number
    velocity: ParticleVector3