Remove()
Finishes and removes an active progress indicator.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public int Remove()
Returns
Type | Description |
|---|---|
| int | -1 if the progress indicator is removed, otherwise returns the progress indicator's id. |
Remarks
Additional Resources: Progress.Remove.