Struct ProgressReporter.ProgressState
Inherited Members
Namespace: UnityEngine.Pixyz.UnitySDK
Assembly: Unity.Pixyz.UnitySDK.Runtime.dll
Syntax
public struct ProgressReporter.ProgressState
Constructors
ProgressState(float, string)
Declaration
public ProgressState(float percentage, string description)
Parameters
Type | Name | Description |
---|---|---|
float | percentage | |
string | description |
Fields
Description
Declaration
public string Description
Field Value
Type | Description |
---|---|
string |
Percentage
Declaration
public float Percentage
Field Value
Type | Description |
---|---|
float |