ShortcutBindingChangedEventArgs
Provides data for the IShortcutManager.shortcutBindingChanged event.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Struct
- Namespace: UnityEditor.ShortcutManagement
- Assembly: UnityEditor.CoreModule
public struct ShortcutBindingChangedEventArgs
Constructors
Constructor | Description |
|---|---|
| ShortcutBindingChangedEventArgs(System.String,UnityEditor.ShortcutManagement.ShortcutBinding,UnityEditor.ShortcutManagement.ShortcutBinding) | Initializes a new instance of the ShortcutBindingChangedEventArgs struct using the specified shortcut ID, old binding, and new binding. |
Properties
Property | Description |
|---|---|
| newBinding | The new binding for the shortcut that had its binding changed. |
| oldBinding | The old binding for the shortcut that had its binding changed. |
| shortcutId | The ID of the shortcut that had its binding changed. |