Class ProgressTracker
Keeps track of the SBP build progress.
Inherited Members
Namespace: UnityEditor .Build.Pipeline.Utilities
Assembly: solution.dll
Syntax
public class ProgressTracker : IProgressTracker, IContextObject, IDisposable
Constructors
Name | Description |
---|---|
Progress |
Stores information about the current task. |
Properties
Name | Description |
---|---|
Current |
Stores the id of currently running task. |
Current |
Stores the name of the currently running task. |
Progress | Stores the amount of progress done as a decimal. |
Task |
Stores the number of tasks |
Time |
Stores current the time stamp. |
Update |
Stores the task update frequency. |
Updates |
Stores the amount of updates per second. |
Methods
Name | Description |
---|---|
Dispose() | Disposes of the progress tracker instance. |
Dispose(bool) | Disposes of the progress tracker instance and clears the popup progress bar. |
Update |
Updates the information displayed for currently running task. |
Update |
Updates the progress bar to reflect the new running task. |