Version: 2021.1
言語: 日本語

ShortcutBindingChangedEventArgs

struct in UnityEditor.ShortcutManagement

マニュアルに切り替える

説明

Provides data for the IShortcutManager.shortcutBindingChanged event.

変数

newBindingThe new binding for the shortcut that had its binding changed.
oldBindingThe old binding for the shortcut that had its binding changed.
shortcutIdThe ID of the shortcut that had its binding changed.

コンストラクタ

ShortcutBindingChangedEventArgsInitializes a new instance of the ShortcutBindingChangedEventArgs struct using the specified shortcut ID, old binding, and new binding.