GetProgressById(int)
Gets information about a progress indicator.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static Progress.Item GetProgressById(int id)
Parameters
The progress indicator's unique ID.
Returns
Type | Description |
|---|---|
| Item | The progress indicator's data structure. |