EventHelperAddEventInListenWithActionName 方法 |
使指定Guid的事件进入监听,并指定等待关闭的UI的名字
命名空间: GameData.Domains.TaiwuEvent.EventHelper程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法public static void AddEventInListenWithActionName(
string eventGuid,
EventArgBox argBox,
string actionName
)
参数
- eventGuid String
- 要添加进入监听的事件Guid
- argBox EventArgBox
- 要进入监听的事件继承的参数盒子
- actionName String
- 要等待关闭的UI,指定后只有指定的UI关闭,才会触发该监听
参见