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

Struct DownloadUpdateData

下载器相关的更新数据

Assembly: YooAsset.dll
Declaration
public struct DownloadUpdateData

Fields

PackageName

所属包裹名称

Declaration
public string PackageName

Progress

下载进度 (0-1f)

Declaration
public float Progress

TotalDownloadCount

下载文件总数

Declaration
public int TotalDownloadCount

CurrentDownloadCount

当前完成的下载文件数量

Declaration
public int CurrentDownloadCount

TotalDownloadBytes

下载数据总大小(单位:字节)

Declaration
public long TotalDownloadBytes

CurrentDownloadBytes

当前完成的下载数据大小(单位:字节)

Declaration
public long CurrentDownloadBytes