Class BuildProgress
Scoped progress indicator that will clear itself on dispose.
Implements
Inherited Members
Namespace: Unity.Build
Assembly: solution.dll
Syntax
public sealed class BuildProgress : IDisposable
Constructors
| Name | Description |
|---|---|
| BuildProgress(string, string, float) | Initialize a new instance of the BuildProgress class, which acts as a scoped progress indicator. |
Properties
| Name | Description |
|---|---|
| Info | Update or get the information of the progress indicator. |
| Percent | Update or get the completion percent of the progress indicator. |
| Title | Update or get the title of the progress indicator. |
Methods
| Name | Description |
|---|---|
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| Update() | Update the progress indicator. Returns true if user cancelled. |
| Update(float) | Update the progress indicator. Returns true if user cancelled. |
| Update(string, float) | Update the progress indicator. Returns true if user cancelled. |
| Update(string, string, float) | Update the progress indicator. Returns true if user cancelled. |