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