Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetCurrentStep(int)

Gets the current step for a progress indicator.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public static int GetCurrentStep(int id)

Parameters

id

The progress indicator's unique ID.

Returns

Type

Description

intThe current step.

Remarks

Returns -1 if the indicator is not set to report progress in steps. To set the type of steps that the progress window displays, use Progress.SetStepLabel.