Skip to main content
Version: 1.5.x

Delegate DownloaderOperation.OnDownloadProgress

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