コード例 #1
0
ファイル: GameCore.cs プロジェクト: Hengle/LitEngine
 public void DownLoadFileAsync(string _sourceurl, string _destination, bool _IsClear, System.Action <string, string> _finished, System.Action <long, long, float> _progress)
 {
     PublicUpdateManager.DownLoadFileAsync(AppName, _sourceurl, _destination, _IsClear, _finished, _progress);
 }