struct in UnityEditor.ShortcutManagement
/
Implemented in:UnityEditor
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseProvides data for the IShortcutManager.activeProfileChanged event.
currentActiveProfileId | The ID of the current active profile. |
previousActiveProfileId | The ID of the previous active profile. |
ActiveProfileChangedEventArgs | Initializes a new instance of the ActiveProfileChangedEventArgs struct using the specified previous active profile ID and current active profile ID. |