Add progress of async operation

异步操作类增加进度查询。
This commit is contained in:
hevinci
2022-05-07 20:30:16 +08:00
parent ecd4973948
commit bd87e982ef
15 changed files with 61 additions and 21 deletions

View File

@@ -11,7 +11,7 @@ namespace YooAsset
get
{
if (IsDone)
return 100f;
return 1f;
else
return 0;
}