Method UpdateProgressBarCoroutine
UpdateProgressBarCoroutine(float, string)
Update the unity ui progress bar with data from UpdateProgressBar
Declaration
protected IEnumerator UpdateProgressBarCoroutine(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 |
Returns
Type | Description |
---|---|
IEnumerator | Coroutine Progress |