Struct ProgressReporter.ProgressState
Information about the progress.
Inherited Members
Namespace: UnityEditor.Pixyz.UnitySDK
Assembly: Unity.Pixyz.UnitySDK.Editor.dll
Syntax
public struct ProgressReporter.ProgressState
Constructors
ProgressState(float, string)
Constructor
Declaration
public ProgressState(float percentage, string description)
Parameters
| Type | Name | Description |
|---|---|---|
| float | percentage | Current percentage |
| string | description | Current description |
Fields
Description
Description
Declaration
public string Description
Field Value
| Type | Description |
|---|---|
| string |
Percentage
Percentage
Declaration
public float Percentage
Field Value
| Type | Description |
|---|---|
| float |