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

    Interface InputEntry<TInput>

    interface InputEntry<TInput = unknown> {
        tick: number;
        input: TInput;
    }

    Type Parameters

    • TInput = unknown
    Index

    Properties

    Properties

    tick: number
    input: TInput