Game Framework  2021.05.31
GameEventArgs类 参考

游戏逻辑事件基类。 更多...

类 GameEventArgs 继承关系图:
BaseEventArgs GameFrameworkEventArgs IReference ActiveSceneChangedEventArgs CloseUIFormCompleteEventArgs DownloadFailureEventArgs DownloadStartEventArgs DownloadSuccessEventArgs DownloadUpdateEventArgs HideEntityCompleteEventArgs LoadConfigDependencyAssetEventArgs LoadConfigFailureEventArgs LoadConfigSuccessEventArgs LoadConfigUpdateEventArgs LoadDataTableDependencyAssetEventArgs LoadDataTableFailureEventArgs LoadDataTableSuccessEventArgs LoadDataTableUpdateEventArgs LoadDictionaryDependencyAssetEventArgs LoadDictionaryFailureEventArgs LoadDictionarySuccessEventArgs LoadDictionaryUpdateEventArgs LoadSceneDependencyAssetEventArgs LoadSceneFailureEventArgs LoadSceneSuccessEventArgs LoadSceneUpdateEventArgs NetworkClosedEventArgs NetworkConnectedEventArgs NetworkCustomErrorEventArgs NetworkErrorEventArgs NetworkMissHeartBeatEventArgs OpenUIFormDependencyAssetEventArgs OpenUIFormFailureEventArgs OpenUIFormSuccessEventArgs OpenUIFormUpdateEventArgs PlaySoundDependencyAssetEventArgs PlaySoundFailureEventArgs PlaySoundSuccessEventArgs PlaySoundUpdateEventArgs ResourceApplyFailureEventArgs ResourceApplySuccessEventArgs ResourceUpdateAllCompleteEventArgs ResourceUpdateChangedEventArgs ResourceUpdateFailureEventArgs ResourceUpdateStartEventArgs ResourceUpdateSuccessEventArgs ShowEntityDependencyAssetEventArgs ShowEntityFailureEventArgs ShowEntitySuccessEventArgs ShowEntityUpdateEventArgs UnloadSceneFailureEventArgs UnloadSceneSuccessEventArgs WebRequestFailureEventArgs WebRequestStartEventArgs WebRequestSuccessEventArgs

额外继承的成员函数

- Public 成员函数 继承自 GameFrameworkEventArgs
 GameFrameworkEventArgs ()
 初始化游戏框架中包含事件数据的类的新实例。 更多...
 
abstract void Clear ()
 清理引用。 更多...
 
- 属性 继承自 BaseEventArgs
abstract int Id [get]
 获取类型编号。 更多...
 

详细描述

游戏逻辑事件基类。