Class ProgressReporter
Universal progress reporter for main thread.
Inheritance
ProgressReporter
Assembly: Unity.Pixyz.UnitySDK.Editor.dll
Syntax
public class ProgressReporter
Constructors
ProgressReporter()
Declaration
public ProgressReporter()
Fields
Progress
Declaration
public ProgressReporter.ProgressState Progress
Field Value
ProgressEvent
Declaration
public UnityEvent<ProgressReporter.ProgressState> ProgressEvent
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 |
|