ecspresso
    Preparing search index...

    Interface PlayerInput<A>

    interface PlayerInput<A extends string = string> {
        actions: ActionState<A>;
        getActionMap(): Readonly<ActionMap<A>>;
        setActionMap(map: ActionMap<A>): void;
    }

    Type Parameters

    • A extends string = string
    Index

    Properties

    actions: ActionState<A>

    Methods