Struct DownloadProgress
Assembly: Glitch9.IO.dll
Syntax
public readonly struct DownloadProgress
Constructors
|
Edit this page
View Source
DownloadProgress(float, long, long)
Declaration
public DownloadProgress(float progress, long receivedBytes, long totalBytes)
Parameters
| Type |
Name |
Description |
| float |
progress |
|
| long |
receivedBytes |
|
| long |
totalBytes |
|
Properties
|
Edit this page
View Source
Progress
Declaration
public float Progress { get; }
Property Value
|
Edit this page
View Source
ReceivedBytes
Declaration
public long ReceivedBytes { get; }
Property Value
|
Edit this page
View Source
TotalBytes
Declaration
public long TotalBytes { get; }
Property Value
Extension Methods