Interface IProgressBar
処理の進行状況を表示するためのインターフェイスです。
Namespace: PLATEAU.Util
Assembly: cs.temp.dll.dll
Syntax
public interface IProgressBar
Methods
Display(String, Single)
Declaration
void Display(string info, float progress)
Parameters
Type | Name | Description |
---|---|---|
System.String | info | |
System.Single | progress |