Example #1
0
 public DownloadProgressObserver(IDownloadable downloadable)
 {
     this.callback   = downloadable.GetCallback();
     this.bundleName = downloadable.GetBundleName();
     this.assetName  = downloadable.GetAssetName();
     this.options    = downloadable.GetParams();
 }