A progress bar that reports back during navmesh baking. More...
Public Member Functions | |
void | SetInfo (string v) |
The current task has changed. More... | |
void | SetProgress (float v) |
The current progress of the current task. More... | |
A progress bar that reports back during navmesh baking.
void Quantum.IProgressBar.SetInfo | ( | string | v | ) |
The current task has changed.
v | Task name |
Implemented in Quantum.NavMeshBakerBenchmarkerProgressBar.
void Quantum.IProgressBar.SetProgress | ( | float | v | ) |
The current progress of the current task.
v | Progress from 0 to 1. |
Implemented in Quantum.NavMeshBakerBenchmarkerProgressBar.