Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ActiveProfileChangedEventArgs

struct in UnityEditor.ShortcutManagement

Description

Provides data for the IShortcutManager.activeProfileChanged event.

Properties

currentActiveProfileIdThe ID of the current active profile.
previousActiveProfileIdThe ID of the previous active profile.

Constructors

ActiveProfileChangedEventArgsInitializes a new instance of the ActiveProfileChangedEventArgs struct using the specified previous active profile ID and current active profile ID.