ShortcutBindingChangedEventArgs

struct in UnityEditor.ShortcutManagement

Switch to Manual

Description

Provides data for the IShortcutManager.shortcutBindingChanged event.

Variables

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.

Constructors

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