clik-engine API
    Preparing search index...

    Interface RollbackResult<TState>

    interface RollbackResult<TState> {
        frameCount: number;
        rolledBack: boolean;
        state: TState | null;
    }

    Type Parameters

    • TState
    Index

    Properties

    frameCount: number

    How many frames were re-simulated

    rolledBack: boolean

    Whether a rollback occurred

    state: TState | null

    The corrected state after re-simulation