Class DownloadProgressed
Namespace: Unity.Reflect.Actors
Syntax
public class DownloadProgressed
Constructors
DownloadProgressed(Int32, Int32)
Declaration
public DownloadProgressed(int nbInCache, int total)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | nbInCache | |
| Int32 | total |
Fields
NbInCache
Declaration
public int NbInCache
Field Value
| Type | Description |
|---|---|
| Int32 |
Total
Declaration
public int Total
Field Value
| Type | Description |
|---|---|
| Int32 |