ShortcutBindingChangedEventArgs(string, ShortcutBinding, ShortcutBinding)
Initializes a new instance of the ShortcutBindingChangedEventArgs struct using the specified shortcut ID, old binding, and new binding.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor.ShortcutManagement
- Assembly: UnityEditor.CoreModule
public ShortcutBindingChangedEventArgs(string shortcutId, ShortcutBinding oldBinding, ShortcutBinding newBinding)
Parameters
The ID of the shortcut that had its binding changed.
The old binding of the shortcut that had its binding changed.
The new binding of the shortcut that had its binding changed.