Method ReportProgress
ReportProgress(float, string)
Report progress to the progress bar.
Declaration
protected void ReportProgress(float progress, string message = "Processing...")
Parameters
Type | Name | Description |
---|---|---|
float | progress | The progress (0 to 1) |
string | message | Optional message to display in the UI |