Version: 2020.3
언어: 한국어

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.