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

    Interface ParticleAuthoringEmitterIR

    Compiler-derived emitter data used by inspectors and preview hosts.

    interface ParticleAuthoringEmitterIR {
        attributes: readonly Readonly<ParticleAttributeLayout>[];
        emitterId: number;
        layoutHash: string;
        moduleNodeIds: readonly string[];
        name: string;
        nodeId: string;
        planKind: "stateless" | "cpu-stateful" | "gpu-stateful";
        rendererNodeIds: readonly string[];
        statelessDiagnostics: readonly string[];
        statelessEligible: boolean;
    }
    Index
    attributes: readonly Readonly<ParticleAttributeLayout>[]
    emitterId: number
    layoutHash: string
    moduleNodeIds: readonly string[]
    name: string
    nodeId: string
    planKind: "stateless" | "cpu-stateful" | "gpu-stateful"
    rendererNodeIds: readonly string[]
    statelessDiagnostics: readonly string[]
    statelessEligible: boolean