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

    Interface ParticleAuthoringPreviewStepRequest

    Advance one explicit preview step regardless of play/pause state.

    interface ParticleAuthoringPreviewStepRequest {
        command: "step";
        deltaSeconds: number;
        protocolVersion: 1;
        requestId: string;
    }

    Hierarchy

    • ParticleAuthoringPreviewRequestBase
      • ParticleAuthoringPreviewStepRequest
    Index
    command: "step"
    deltaSeconds: number
    protocolVersion: 1
    requestId: string