Version: 2022.3

ShortcutBindingChangedEventArgs

struct in UnityEditor.ShortcutManagement

切换到手册

描述

IShortcutManager.shortcutBindingChanged 事件提供数据。

变量

newBinding绑定已更改的快捷方式的新绑定。
oldBinding绑定已更改的快捷方式的旧绑定。
shortcutId绑定已更改的快捷方式的 ID。

构造函数

ShortcutBindingChangedEventArgs使用指定的快捷方式 ID、旧绑定和新绑定初始化 ShortcutBindingChangedEventArgs 结构的新实例。