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

    Interface ParticleBudgetDecision

    Deterministic quality decision and its explainable degradation reasons.

    interface ParticleBudgetDecision {
        collision: boolean;
        emitterId: number;
        enabled: boolean;
        particleLimit: number;
        reasons: readonly string[];
        ribbons: boolean;
        softParticles: boolean;
        sorting: boolean;
        spawnRateScale: number;
        systemId: string;
    }
    Index
    collision: boolean
    emitterId: number
    enabled: boolean
    particleLimit: number
    reasons: readonly string[]
    ribbons: boolean
    softParticles: boolean
    sorting: boolean
    spawnRateScale: number
    systemId: string