Delegate DownloaderOperation.OnDownloadProgress
Assembly: YooAsset.dll
View Source
Declaration
public delegate void DownloaderOperation.OnDownloadProgress(int totalDownloadCount, int currentDownloadCount, long totalDownloadBytes, long currentDownloadBytes)