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

    Interface ParticleAuthoringPreviewCompileRequest

    Compile and install one external authoring graph for preview.

    interface ParticleAuthoringPreviewCompileRequest {
        command: "compile";
        graph: Readonly<ParticleAuthoringGraph>;
        protocolVersion: 1;
        requestId: string;
        seed?: number;
    }

    Hierarchy

    • ParticleAuthoringPreviewRequestBase
      • ParticleAuthoringPreviewCompileRequest
    Index
    command: "compile"
    graph: Readonly<ParticleAuthoringGraph>
    protocolVersion: 1
    requestId: string
    seed?: number