Game Framework  2021.05.31
LoadDictionaryFailureEventArgs类 参考

加载字典失败事件。 更多...

类 LoadDictionaryFailureEventArgs 继承关系图:
GameEventArgs BaseEventArgs GameFrameworkEventArgs IReference

Public 成员函数

 LoadDictionaryFailureEventArgs ()
 初始化加载字典失败事件的新实例。 更多...
 
override void Clear ()
 清理加载字典失败事件。 更多...
 
- Public 成员函数 继承自 GameFrameworkEventArgs
 GameFrameworkEventArgs ()
 初始化游戏框架中包含事件数据的类的新实例。 更多...
 

静态 Public 成员函数

static LoadDictionaryFailureEventArgs Create (ReadDataFailureEventArgs e)
 创建加载字典失败事件。 更多...
 

静态 Public 属性

static readonly int EventId = typeof(LoadDictionaryFailureEventArgs).GetHashCode()
 加载字典失败事件编号。 更多...
 

属性

override int Id [get]
 获取加载字典失败事件编号。 更多...
 
string DictionaryAssetName [get]
 获取字典资源名称。 更多...
 
string ErrorMessage [get]
 获取错误信息。 更多...
 
object UserData [get]
 获取用户自定义数据。 更多...
 
- 属性 继承自 BaseEventArgs
abstract int Id [get]
 获取类型编号。 更多...
 

详细描述

加载字典失败事件。

构造及析构函数说明

◆ LoadDictionaryFailureEventArgs()

初始化加载字典失败事件的新实例。

成员函数说明

◆ Clear()

override void Clear ( )
virtual

清理加载字典失败事件。

实现了 GameFrameworkEventArgs.

◆ Create()

创建加载字典失败事件。

参数
e内部事件。
返回
创建的加载字典失败事件。

类成员变量说明

◆ EventId

readonly int EventId = typeof(LoadDictionaryFailureEventArgs).GetHashCode()
static

加载字典失败事件编号。

属性说明

◆ DictionaryAssetName

string DictionaryAssetName
get

获取字典资源名称。

◆ ErrorMessage

string ErrorMessage
get

获取错误信息。

◆ Id

override int Id
get

获取加载字典失败事件编号。

◆ UserData

object UserData
get

获取用户自定义数据。