Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetStepLabel(int, string)

Sets 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 void SetStepLabel(int id, string label)

Parameters

id

The progress indicator's unique ID.

label

The steps label.

Remarks

This label displays a progress indicator's reported steps. For example, a progress indicator that reports "Jobs" might display "11/25 Jobs" and a progress reporting "Assets" might display "8/20 Assets". To report progress in steps, use Progress.Report with the steps variant.