切换翻译
贡献翻译
正在准备搜索索引...
搜索索引不可用
@minecraft
@minecraft
server-editor
IGlobalInputManager
接口 IGlobalInputManager
实验性
interface
IGlobalInputManager
{
registerKeyBinding
(
inputContextId
:
EditorInputContext
,
action
:
SupportedKeyboardActionTypes
,
binding
:
KeyBinding
,
info
?:
KeyBindingInfo
)
:
void
;
}
索引
方法
register
Key
Binding
方法
register
Key
Binding
register
Key
Binding
(
inputContextId
,
action
,
binding
,
info
?
)
:
void
实验性
参数
inputContextId
:
EditorInputContext
action
:
SupportedKeyboardActionTypes
binding
:
KeyBinding
可选
info
:
KeyBindingInfo
返回
void
显示设置
成员可见性
受保护
继承
外部
配色
自动
浅色
深色
目录
方法
register
Key
Binding
切换翻译
贡献翻译
@minecraft
加载中……