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

    Interface ParticleAuthoringIR

    Normalized fixed-module IR; runtime still consumes the embedded ordinary definition.

    interface ParticleAuthoringIR {
        compiledPlanHash: string;
        definitionHash: string;
        definitionJSON: Readonly<ParticleSystemDefinitionJSON>;
        emitters: readonly Readonly<ParticleAuthoringEmitterIR>[];
        schema: "hilo3d.particle-authoring";
        systemNodeId: string;
        version: 1;
    }
    Index
    compiledPlanHash: string
    definitionHash: string
    definitionJSON: Readonly<ParticleSystemDefinitionJSON>
    emitters: readonly Readonly<ParticleAuthoringEmitterIR>[]
    schema: "hilo3d.particle-authoring"
    systemNodeId: string
    version: 1