跳到主要内容
版本:3.0.x

Struct DownloadErrorEventArgs

下载错误事件参数

Assembly: YooAsset.dll​
View Source​
Declaration
public readonly struct DownloadErrorEventArgs

Properties​

PackageName​

所属包裹名称

View Source​
Declaration
public string PackageName { get; }

FileName​

下载失败的文件名称

View Source​
Declaration
public string FileName { get; }

ErrorInfo​

错误信息

View Source​
Declaration
public string ErrorInfo { get; }