GetProgress(int)
Gets a progress indicator's progress.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static float GetProgress(int id)
Parameters
The progress indicator's unique ID.
Returns
Type | Description |
|---|---|
| float | The current progress. |