Class DownloadFinishedEventArgs
EventArgs passed to the DownloadFinished event handler
Namespace: UnityEditor.Build.CacheServer
Syntax
public class DownloadFinishedEventArgs : EventArgs
Properties
DownloadItem
The downloaded item.
Declaration
public IDownloadItem DownloadItem { get; set; }
Property Value
Type | Description |
---|---|
IDownloadItem |
DownloadQueueLength
The length of the download queue.
Declaration
public long DownloadQueueLength { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
Result
EventArgs download result code.
Declaration
public DownloadResult Result { get; set; }
Property Value
Type | Description |
---|---|
DownloadResult |
Size
The size of the downloaded item.
Declaration
public long Size { get; set; }
Property Value
Type | Description |
---|---|
Int64 |