Fixed AwaitForAllAssets()

This commit is contained in:
c0nd3v
2020-09-11 10:41:41 -04:00
parent f1e4a3c65d
commit 81b4fcfac1

View File

@@ -46,6 +46,11 @@ namespace Cysharp.Threading.Tasks
this.continuationAction = null;
}
public AssetBundleRequestAllAssetsAwaiter GetAwaiter()
{
return this;
}
public bool IsCompleted => asyncOperation.isDone;
public UnityEngine.Object[] GetResult()