Version: 2022.3

ActiveProfileChangedEventArgs

struct in UnityEditor.ShortcutManagement

切换到手册

描述

IShortcutManager.activeProfileChanged 事件提供数据。

变量

currentActiveProfileId当前活动配置文件的 ID。
previousActiveProfileId上一活动配置文件的 ID。

构造函数

ActiveProfileChangedEventArgs使用指定的上一活动配置文件 ID 和当前活动配置文件 ID 初始化 ActiveProfileChangedEventArgs 结构的新实例。