コード例 #1
0
 public static void LoadJSONStrConfigMultiThread <T>(string jsonText, BackGroundWorker worker, Action <T, string> callback, string param = "") where T : class
 {
コード例 #2
0
 public void Awake()
 {
     this._downloadTaskList    = new List <AssetBundleDownloadTask>();
     this._downloadTaskDict    = new Dictionary <string, AssetBundleDownloadTask>();
     this._zipBackGroundWorker = new BackGroundWorker();
 }