IProgress
Provides methods to create and manage an object which can represent progress of the project analysis process.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Interface
- Namespace: Unity.ProjectAuditor.Editor
- Assembly: UnityEditor
public interface IProgress
Properties
Property | Description |
|---|---|
| IsCancelled | Checks if the progress operation has been cancelled. |
Methods
Method | Description |
|---|---|
| Advance | Advances the progress object by one step. |
| AdvanceRoot | Advances the root progress object by one step. |
| Cancel | Cancels the progress object. |
| Clear | Clear and hide the progress object. |
| ClearRoot | Clear and hide the root progress object. |
| Start | Initializes the progress object. |
| StartRoot | Initializes the root progress object. |