コード例 #1
0
ファイル: AssetBundle.cs プロジェクト: yaoya/UnityDecompiled
 public static IEnumerable <AssetBundle> GetAllLoadedAssetBundles()
 {
     return(AssetBundle.GetAllLoadedAssetBundles_Internal());
 }