A progress bar implementation used by the navmesh importing. The progress bar is only showed when the LogLevel is set to Debug. More...
Inherits IDisposable.
Public Member Functions | |
ProgressBar (string title, bool isCancelable=false, bool logStopwatch=false) | |
Create a progress bar instance. More... | |
void | Dispose () |
Dispose, hide the progress bar UI. More... | |
void | SetInfo (string value) |
Uses Info property. More... | |
void | SetProgress (float value) |
Uses Progress property."/> More... | |
Properties | |
string | Info [get, set] |
Set the new sub headline for the progress bar and reset the progress. More... | |
float | Progress [get, set] |
Set the progress of the current task. More... | |
A progress bar implementation used by the navmesh importing. The progress bar is only showed when the LogLevel is set to Debug.
|
inline |
Create a progress bar instance.
title | The title |
isCancelable | Is the process cancelable |
logStopwatch | Should the timer result be logged out periodically |
|
inline |
Uses Info property.
value | Into value |
|
inline |
Uses Progress property."/>
value | Progress value between 0..1 |
|
inline |
Dispose, hide the progress bar UI.
|
getset |
Set the new sub headline for the progress bar and reset the progress.
|
getset |
Set the progress of the current task.