Class ProgressReporter
Implements
Inherited Members
Namespace: UnityEditor.Localization.Reporting
Assembly: Unity.Localization.Editor.dll
Syntax
public class ProgressReporter : TaskTimerReporter, ITaskReporter
Properties
| Name | Description |
|---|---|
| Options | Options for the Progress. |
| ProgressId | UnityEditor.Progress Id. |
| ReportTaskSummaryInConsole | Should the summary be sent to the console using Debug.Log/Debug.LogError? |
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. |
| Start(string, string) | Start the process. |