cull(engine-cleanup): pass-8 phase-2 cascade round 1 after CardDetailUI stub
This commit is contained in:
@@ -1143,18 +1143,6 @@ public class ResourcesManager : MonoBehaviour, IManager
|
||||
Toolbox.AssetManager.CacheAsset(assetName, requestContext);
|
||||
}
|
||||
|
||||
public void StartCoroutine_LoadAssetGroupAsync(List<string> assetList, Action callback, bool isProgress = true)
|
||||
{
|
||||
if (assetList == null || assetList.Count == 0)
|
||||
{
|
||||
callback?.Invoke();
|
||||
}
|
||||
else
|
||||
{
|
||||
StartCoroutine(LoadAssetGroupAsync(assetList, callback, isProgress));
|
||||
}
|
||||
}
|
||||
|
||||
public void StartCoroutine_LoadAssetGroupAsync(string asset, Action callback, bool isProgress = true)
|
||||
{
|
||||
StartCoroutine(LoadAssetGroupAsync(new List<string> { asset }, callback, isProgress));
|
||||
|
||||
Reference in New Issue
Block a user