コード例 #1
0
 private IEnumerator DownLoadBindata2(AssetLoader.CompleteCallback2 completeCallback, AssetLoader.OnDownloading onDownloading, object callbackData)
 {
     AssetLoader.< DownLoadBindata2 > c__Iterator10 <DownLoadBindata2> c__Iterator = new AssetLoader.< DownLoadBindata2 > c__Iterator10();
コード例 #2
0
 public void DownloadBindata(AssetLoader.CompleteCallback2 completeCallback, AssetLoader.OnDownloading onDownloading, object callbackData)
 {
     new Task(this.DownLoadBindata2(completeCallback, onDownloading, callbackData), true);
 }