Class ProgressReporter
Universal progress reporter for main thread.
Inheritance
ProgressReporter
Assembly: Unity.Pixyz.UnitySDK.Runtime.dll
Syntax
public class ProgressReporter
Constructors
ProgressReporter()
Declaration
public ProgressReporter()
Fields
progressEvent
Declaration
public UnityEvent<ProgressReporter.ProgressState> progressEvent
Field Value
progressState
Declaration
public ProgressReporter.ProgressState progressState
Field Value
Methods
Report(float)
Declaration
public void Report(float percentage)
Parameters
Type |
Name |
Description |
float |
percentage |
|
Report(float, string)
Declaration
public void Report(float percentage, string description)
Parameters
Type |
Name |
Description |
float |
percentage |
|
string |
description |
|