Loom Engine - v3.1.1
    Preparing search index...

    Interface LagCompensationOptions<TState>

    interface LagCompensationOptions<TState = unknown> {
        historySize?: number;
        stateSerialize?: (s: TState) => TState;
    }

    Type Parameters

    • TState = unknown
    Index

    Properties

    historySize?: number
    stateSerialize?: (s: TState) => TState