Interface ITaskReporter
Namespace: UnityEditor.Localization.Reporting
Syntax
public interface ITaskReporter
Methods
Completed(String)
Declaration
void Completed(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message |
Fail(String)
Declaration
void Fail(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message |
ReportProgress(String, Single)
Declaration
void ReportProgress(string description, float progress)
Parameters
| Type | Name | Description |
|---|---|---|
| String | description | |
| Single | progress |
Start(String, String)
Declaration
void Start(string name, string description)
Parameters
| Type | Name | Description |
|---|---|---|
| String | name | |
| String | description |