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

    Interface ParticleAuthoringPreviewSeekRequest

    Deterministically seek from authored start/prewarm state.

    interface ParticleAuthoringPreviewSeekRequest {
        command: "seek";
        protocolVersion: 1;
        requestId: string;
        timeSeconds: number;
    }

    Hierarchy

    • ParticleAuthoringPreviewRequestBase
      • ParticleAuthoringPreviewSeekRequest
    Index
    command: "seek"
    protocolVersion: 1
    requestId: string
    timeSeconds: number