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

    Interface ParticleAuthoringPreviewState

    Compact backend-neutral preview state; no GPU particle readback is performed.

    interface ParticleAuthoringPreviewState {
        aliveCount: number;
        compiledPlanHash: string | null;
        definitionHash: string | null;
        seed: number | null;
        stateHash: string | null;
        status: "completed" | "playing" | "ready" | "empty" | "disposed";
        timeSeconds: number;
    }
    Index
    aliveCount: number
    compiledPlanHash: string | null
    definitionHash: string | null
    seed: number | null
    stateHash: string | null
    status: "completed" | "playing" | "ready" | "empty" | "disposed"
    timeSeconds: number