Class ProgressBarReporter
Reports the progress using EditorUtility.DisplayProgressBar.
Implements
Inherited Members
Namespace: UnityEditor .Localization.Reporting
Assembly: Unity.Localization.Editor.dll
Syntax
public class ProgressBarReporter : TaskTimerReporter, ITaskReporter
Properties
Name | Description |
---|---|
Report |
Should a summary of the process be printed to the console after the task is completed? |
Methods
Name | Description |
---|---|
Print |
Called after Report |
Print |
Called after Completed(string) or Fail(string) to optionally print a summary of the whole task. |