SetTimeDisplayMode(TimeDisplayMode)
Set a progress indicator's time display mode.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public void SetTimeDisplayMode(Progress.TimeDisplayMode mode)
Parameters
The progress indicator's time display mode.
Remarks
The time display mode indicates what kind of time information the Progress window displays. If at least one active progress indicator is set to ShowRemainingTime, the main progress bar displays the global remaining time.
Additional Resources: Progress.SetTimeDisplayMode, Progress.Item.timeDisplayMode, Progress.TimeDisplayMode.