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 |
|---|---|
| ReportTaskSummaryInConsole | Should a summary of the process be printed to the console after the task is completed? |
Methods
| Name | Description |
|---|---|
| PrintStatus(string, string, float) | Called after ReportProgress(string, float) to print a summary of the progress. |
| PrintSummary(string, bool) | Called after Completed(string) or Fail(string) to optionally print a summary of the whole task. |