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

    Interface ParticleAuthoringNode

    One JSON node in the external fixed-module authoring graph.

    interface ParticleAuthoringNode {
        data: ParticleDefinitionJSONRecord;
        id: string;
        kind: ParticleAuthoringNodeKind;
        metadata?: ParticleDefinitionJSONRecord;
    }
    Index
    id: string

    Opaque JSON retained for an external editor and ignored by runtime compilation.