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