Version: 2023.1
언어: 한국어

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.