Method SetProgress
SetProgress(float, string)
Increments the progress of the progress bar
Declaration
public void SetProgress(float progress, string message)
Parameters
| Type | Name | Description |
|---|---|---|
| float | progress | The new progress |
| string | message | The name of the current step |