Class Progress
Utility class for tracking multi-section weighted progress.
Assembly: Holoride.ElasticSDK.Library.Runtime.dll
Syntax
public sealed class Progress
Properties
Value
Declaration
public float Value { get; }
Property Value
Methods
GetSection(float)
Declaration
public Progress.Section GetSection(float weight = null)
Parameters
| Type |
Name |
Description |
| float |
weight |
|
Returns
Reset()
Declaration
Events
ValueChanged
Declaration
public event Action<float> ValueChanged
Event Type
| Type |
Description |
| Action<><float> |
|