通知系统参考
SONotification、SONotificationGroup、UINotificationController 和 SONotificationErrorMap 的参考——字段、方法和配置选项。
SONotification
SONotification字段
类型
描述
方法
返回类型
描述
var notification = ScriptableObject.CreateInstance<SONotification>();
notification
.SetTitle("Scenario Complete")
.SetMessage("All required steps have been completed. Proceed to debrief.")
.SetIcon(successIcon);SONotificationGroup
SONotificationGroup字段
类型
描述
方法
返回类型
描述
UINotificationController
UINotificationController字段
类型
默认
描述
SONotificationErrorMap
SONotificationErrorMap字段
类型
描述
SessionErrorNotificationRule
SessionErrorNotificationRule字段
类型
描述
ErrorPattern
MatchType
通知
下一步
通知系统自定义 UI 组件最后更新于
这有帮助吗?