Interface IProgressTracker
Base interface for the build progress tracker
Namespace: UnityEditor.Build.Pipeline.Interfaces
Assembly: solution.dll
Syntax
public interface IProgressTracker : IContextObject
Properties
Name | Description |
---|---|
Progress | Current 0.0f to 1.0f progress though the TaskCount |
TaskCount | Number of build tasks to run |
Methods
Name | Description |
---|---|
UpdateInfo(string) | Updates the secondary information display of the progress bar. |
UpdateTask(string) | Increments and updated the title of the progress bar. |