Tanoda
Leap.Unity.IProgressView Interface Reference

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...
 

Detailed Description

This interface describes a generic way to update the progress of an action.

Definition at line 21 of file ProgressBar.cs.

Member Function Documentation

◆ Clear()

void Leap.Unity.IProgressView.Clear ( )

Clears the progress view. Is called if the action has been completed or canceled.

◆ DisplayProgress()

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.


The documentation for this interface was generated from the following file: