GetStepLabel(int)
Gets the label that displays a progress indicator's steps.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static string GetStepLabel(int id)
Parameters
The progress indicator's unique ID.
Returns
Type | Description |
|---|---|
| string | The step label. |
Remarks
Additional Resources: Progress.SetStepLabel, [Progress.GetCurrentStep]], Progress.GetTotalSteps.