GetId(int)
Finds a progress indicator's unique ID using its index in the set of all available progress indicators.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static int GetId(int index)
Parameters
The valid index for a progress indicator.
Returns
Type | Description |
|---|---|
| int | The progress indicator's unique ID, or -1 if the unique ID is not available. |