Version: 2020.3
言語: 日本語

ActiveProfileChangedEventArgs

struct in UnityEditor.ShortcutManagement

マニュアルに切り替える

説明

Provides data for the IShortcutManager.activeProfileChanged event.

変数

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

コンストラクタ

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