mirror of https://github.com/tuyoogame/YooAsset
Update document
parent
446f515e44
commit
c3ecca7cfd
|
@ -71,7 +71,7 @@ private IEnumerator Download()
|
||||||
yield return _downloader;
|
yield return _downloader;
|
||||||
|
|
||||||
//检测下载结果
|
//检测下载结果
|
||||||
if (_downloader.DownloadStates == EDownloaderStates.Succeed)
|
if (_downloader.States == EOperationStatus.Succeed)
|
||||||
{
|
{
|
||||||
//下载成功
|
//下载成功
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue