Class ProgressBar
Editorの場合、Display(String, Single)でプログレスバーを表示し、廃棄時にプログレスバーを消します。 Editorでない場合、何もしません。 Display(String, Single)にinfo文字列を与えない場合に表示されるデフォルト文字列をコンストラクタで指定できます。 指定しない場合は空文字列がデフォルトになります。
Inheritance
System.Object
ProgressBar
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: PLATEAU.Util
Assembly: cs.temp.dll.dll
Syntax
public class ProgressBar : IProgressBar
Constructors
ProgressBar()
Declaration
public ProgressBar()
ProgressBar(String)
Declaration
public ProgressBar(string defaultInfo)
Parameters
Type | Name | Description |
---|---|---|
System.String | defaultInfo |
Methods
Display(Single)
Declaration
public void Display(float progress)
Parameters
Type | Name | Description |
---|---|---|
System.Single | progress |
Display(String, Single)
Declaration
public void Display(string info, float progress)
Parameters
Type | Name | Description |
---|---|---|
System.String | info | |
System.Single | progress |
Dispose()
Declaration
public void Dispose()
Implements
IDisposable