Interface IProgressBar
Namespace: PiXYZ.Editor
Assembly: cs.temp.dll.dll
Syntax
public interface IProgressBar
Methods
close()
Declaration
void close()
setProgress(Single, String)
Declaration
void setProgress(float progress, string message)
Parameters
Type | Name | Description |
---|---|---|
System.Single | progress | |
System.String | message |
update()
Declaration
void update()