Version: 2021.3
언어: 한국어
public void SetStepLabel (string label);

파라미터

label The steps label.

설명

Sets the label that displays the progress indicator's steps.

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.Item.Report with the steps variant.

See Also: Progress.Item.stepLabel, Progress.Item.currentStep, Progress.Item.totalSteps, Progress.SetStepLabel, Progress.GetStepLabel.