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