Interface IProgressDisplay
Namespace: PLATEAU.Util
Assembly: cs.temp.dll.dll
Syntax
public interface IProgressDisplay
Methods
SetProgress(String, Single, String)
進捗情報をセットします。
progressName
をキーとし、キーがすでにあれば進捗を更新、
なければ追加します。
別スレッドから呼ばれることがあります。
percentage
は0から100です。
Declaration
void SetProgress(string progressName, float percentage, string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | progressName | |
System.Single | percentage | |
System.String | message |