Tanoda
|
This interface describes a generic way to update the progress of an action. More...
Public Member Functions | |
void | Clear () |
Clears the progress view. Is called if the action has been completed or canceled. More... | |
void | DisplayProgress (string title, string info, float progress) |
Updates the progress view with some title text, information, and a progress percentage that ranges from 0 to 1. More... | |
This interface describes a generic way to update the progress of an action.
Definition at line 21 of file ProgressBar.cs.
void Leap.Unity.IProgressView.Clear | ( | ) |
Clears the progress view. Is called if the action has been completed or canceled.
void Leap.Unity.IProgressView.DisplayProgress | ( | string | title, |
string | info, | ||
float | progress | ||
) |
Updates the progress view with some title text, information, and a progress percentage that ranges from 0 to 1.