@minecraft
    正在准备搜索索引...

    接口 IRegisteredKeyBinding

    Key binding that is registered to an input context

    interface IRegisteredKeyBinding {
        id: string;
        getProcessingState(): KeyProcessingState;
        setProcessingState(newState: KeyProcessingState): void;
    }
    索引

    属性

    id: string

    Unique identifier for the binding.

    方法