mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-23 17:20:12 +00:00
Add progress of async operation
异步操作类增加进度查询。
This commit is contained in:
@@ -11,7 +11,7 @@ namespace YooAsset
|
||||
get
|
||||
{
|
||||
if (IsDone)
|
||||
return 100f;
|
||||
return 1f;
|
||||
else
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user