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. |
Progress |
UnityEditor.Progress Id. |
Report |
Should the summary be sent to the console using Debug.Log/Debug.LogError? |
Methods
Name | Description |
---|---|
Print |
Called after Report |
Print |
Called after Completed(string) or Fail(string) to optionally print a summary of the whole task. |
Start(string, string) | Start the process. |