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

    Interface ParticleAuthoringPreviewControlRequest

    Playback/control request without a numeric payload.

    interface ParticleAuthoringPreviewControlRequest {
        command: "pause" | "play" | "dispose" | "restart" | "inspect";
        protocolVersion: 1;
        requestId: string;
    }

    Hierarchy

    • ParticleAuthoringPreviewRequestBase
      • ParticleAuthoringPreviewControlRequest
    Index
    command: "pause" | "play" | "dispose" | "restart" | "inspect"
    protocolVersion: 1
    requestId: string