Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


currentStep

Returns the current step for this progress indicator.
Read time 1 minuteLast updated 7 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public int currentStep { get; }

Remarks

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