Method UpdateProgressBar
UpdateProgressBar(float, string)
Will update progress safely to the main thread
Declaration
protected void UpdateProgressBar(float value, string name = "Processing...")
Parameters
| Type | Name | Description |
|---|---|---|
| float | value | The progress to report |
| string | name | The step name in which the progress occured |