コード例 #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
ファイル: AssetBundleManager.cs プロジェクト: clime57/Stars
 internal void RemoveBundleInfo(AssetBundleInfo abi)
 {
     abi.Dispose();
     _loadedAssetBundle.Remove(abi.bundleName);
 }