Class SyncedProgress
Progress class to report progress information to the thread that created the object (see IProgress interface).
Inherited Members
Namespace: UnityEditor.PixyzPlugin4Unity
Assembly: Unity.Pixyz.Plugin4Unity.Utilities.Editor.dll
Syntax
public class SyncedProgress
Methods
Name | Description |
---|---|
Failed(string) | Marks the progress as failed and clears any associated progress bars. |
Finish(string) | Marks the progress as finished and clears any associated progress bars. |
FinishCancel(string) | Completes the cancellation process and clears any associated progress bars. |
Report(float, string, bool) | Reports progress information to the thread that created the object. |
StartCancel() | Initiates the cancellation process for the progress. |