mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-07-05 22:13:43 +00:00
update file system
This commit is contained in:
@@ -12,12 +12,12 @@ namespace YooAsset
|
||||
/// <summary>
|
||||
/// 下载进度
|
||||
/// </summary>
|
||||
public float DownloadProgress { protected set; get; }
|
||||
public float DownloadProgress { protected set; get; } = 0;
|
||||
|
||||
/// <summary>
|
||||
/// 下载大小
|
||||
/// </summary>
|
||||
public long DownloadedBytes { protected set; get; }
|
||||
public long DownloadedBytes { protected set; get; } = 0;
|
||||
|
||||
/// <summary>
|
||||
/// 终止下载任务
|
||||
|
||||
Reference in New Issue
Block a user