Appearance
OSEventSystem
说明
该脚本用于管理系统事件。
接口
属性
bool enableSystemUI | 系统 SystemUI 使用状态,可设置,设置为 false 时,表示禁用 SystemUI。 |
---|
public静态方法
static void SetSystemInteractionState(bool state) | 设置系统级交互的状态,包括:食指指尖 Home、手腕菜单、系统级手的显示状态。 参数: - state: false 表示禁用系统级交互 |
---|
委托
OnInstructionsReceived_EZXRServerResetEnd | 委托类型,用于描述一次眼镜系统 ARServer 重置事件。 |
---|---|
OnInstructionsReceived_LanguageReceived | 委托类型,用于描述一次眼镜系统语言变更事件。 参数:string ,语言代码。目前系统仅定义三种语言代码。 “cn”:简体中文 “tc”:繁体中文-台湾 “en”:英文 |
OnSystemEnterStandbyMode | 委托类型,描述系统进入待机模式事件。 |
OnGameMSGReceived | 委托类型,系统收到特定游戏数据的事件。 参数:string,与中控平台协定的数据。 |