Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


activeProfileChanged

Raised when the ID of the active profile is changed.
Read time 1 minuteLast updated 13 days ago

Definition

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.