예제 #1
0
 void OnDepComplete(AssetBundleInfo abi)
 {
     _currentLoadingDepCount--;
     this.CheckDepComplete();
 }
예제 #2
0
 private void OnBundleUnload(AssetBundleInfo abi)
 {
     this.bundleInfo = null;
     this.state      = LoadState.State_None;
     this.prority    = 0;
 }
예제 #3
0
 internal void RemoveBundleInfo(AssetBundleInfo abi)
 {
     abi.Dispose();
     _loadedAssetBundle.Remove(abi.bundleName);
 }