totalSteps
Returns the total number of steps, from start to finish, for this progress indicator.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public int totalSteps { 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.
Additional Resources: Progress.Item.Report, currentStep, stepLabel, Progress.Item.SetStepLabel.