mirror of https://github.com/tuyoogame/YooAsset
update extension sample
parent
cab710493e
commit
f9d40987eb
|
@ -60,10 +60,9 @@ internal class WXFSLoadBundleOperation : FSLoadBundleOperation
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
public override void WaitForAsyncComplete()
|
||||
internal override void InternalWaitForAsyncComplete()
|
||||
{
|
||||
if (IsDone == false)
|
||||
if (_steps != ESteps.Done)
|
||||
{
|
||||
_steps = ESteps.Done;
|
||||
Status = EOperationStatus.Failed;
|
||||
|
|
|
@ -30,17 +30,6 @@ internal class WechatFileSystem : IFileSystem
|
|||
/// </summary>
|
||||
public string PackageName { private set; get; }
|
||||
|
||||
/// <summary>
|
||||
/// 文件访问权限
|
||||
/// </summary>
|
||||
public EFileAccess FileSystemAccess
|
||||
{
|
||||
get
|
||||
{
|
||||
return EFileAccess.ReadWrite;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 文件根目录
|
||||
/// </summary>
|
||||
|
|
Loading…
Reference in New Issue