Update runtime logic

在初始化失败的时候,销毁YooAssets会报异常。
This commit is contained in:
hevinci
2022-12-03 19:48:17 +08:00
parent 6038e7acd6
commit a290353cfa
6 changed files with 34 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
namespace YooAsset
{
internal interface IBundleServices
{
{
/// <summary>
/// 获取资源包信息
/// </summary>
@@ -42,5 +42,10 @@ namespace YooAsset
/// 是否包含资源文件
/// </summary>
bool IsIncludeBundleFile(string fileName);
/// <summary>
/// 服务接口是否有效
/// </summary>
bool IsServicesValid();
}
}