Update AssetSystem

This commit is contained in:
hevinci
2022-03-23 00:29:19 +08:00
parent cdef1358e0
commit da8d050b67
4 changed files with 203 additions and 13 deletions

View File

@@ -53,19 +53,6 @@ namespace YooAsset
Status = EStatus.None;
}
/// <summary>
/// 是否为场景加载器
/// </summary>
public bool IsSceneLoader()
{
foreach (var provider in _providers)
{
if (provider is BundledSceneProvider)
return true;
}
return false;
}
/// <summary>
/// 添加附属的资源提供者
/// </summary>