mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-29 20:48:47 +00:00
update extension sample
This commit is contained in:
@@ -60,10 +60,9 @@ internal class WXFSLoadBundleOperation : FSLoadBundleOperation
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
internal override void InternalWaitForAsyncComplete()
|
||||||
public override void WaitForAsyncComplete()
|
|
||||||
{
|
{
|
||||||
if (IsDone == false)
|
if (_steps != ESteps.Done)
|
||||||
{
|
{
|
||||||
_steps = ESteps.Done;
|
_steps = ESteps.Done;
|
||||||
Status = EOperationStatus.Failed;
|
Status = EOperationStatus.Failed;
|
||||||
|
|||||||
@@ -30,17 +30,6 @@ internal class WechatFileSystem : IFileSystem
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public string PackageName { private set; get; }
|
public string PackageName { private set; get; }
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// 文件访问权限
|
|
||||||
/// </summary>
|
|
||||||
public EFileAccess FileSystemAccess
|
|
||||||
{
|
|
||||||
get
|
|
||||||
{
|
|
||||||
return EFileAccess.ReadWrite;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 文件根目录
|
/// 文件根目录
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user