clik-engine API
    Preparing search index...

    Interface StateSyncConfig

    interface StateSyncConfig {
        interpolationDelay?: number;
        maxExtrapolation?: number;
        syncRate?: number;
    }
    Index

    Properties

    interpolationDelay?: number

    Interpolation delay in ms (default: 100) — trades latency for smoothness

    maxExtrapolation?: number

    Max extrapolation time in ms (default: 200)

    syncRate?: number

    How often to send local entity state (ms, default: 50 = 20Hz)