activeProfileChanged
Raised when the ID of the active profile is changed.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Event
- Namespace: UnityEditor.ShortcutManagement
- Assembly: UnityEditor.CoreModule
event Action<ActiveProfileChangedEventArgs> activeProfileChanged
Remarks
This event is raised when the active profile is changed, e.g. when IShortcutManager.activeProfileId changes. It is not raised when the shortcut overrides of the active profile are changed, e.g. via IShortcutManager.RebindShortcut or IShortcutManager.ClearShortcutOverride.