GetDescription(int)
Gets a progress indicator's description.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static string GetDescription(int id)
Parameters
The progress indicator's unique ID.
Returns
Type | Description |
|---|---|
| string | The description, if one exists. |