Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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.CoreModule
public static string GetStepLabel(int id)

Parameters

id

The progress indicator's unique ID.

Returns

Type

Description

stringThe step label.

Remarks

Additional Resources: Progress.SetStepLabel, [Progress.GetCurrentStep]], Progress.GetTotalSteps.