コード例 #1
0
 internal AssetBundleInspectTab()
 {
     m_BundleList          = new Dictionary <string, List <string> >();
     m_SingleInspector     = new SingleBundleInspector();
     m_loadedAssetBundles  = new Dictionary <string, AssetBundleRecord>();
     m_VersionInspector    = new InspectVersion();
     m_UpdateInfoInspector = new InspectUpdate();
 }
コード例 #2
0
 internal AssetBundleWindowInspectTab()
 {
     bundleList           = new Dictionary <string, List <string> >();
     m_SingleInspector    = new SingleBundleInspector();
     m_LoadedAssetBundles = new Dictionary <string, AssetBundleRecord>();
 }