Progress.TimeDisplayMode
Specifies what kind of time information the progress indicator displays.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
public enum Progress.TimeDisplayMode
Remarks
Additional Resources: Progress.GetTimeDisplayMode, Progress.SetTimeDisplayMode.
Fields
Value | Description |
|---|---|
| NoTimeShown | The progress indicator does not display any time information. |
| ShowRemainingTime | The progress indicator displays the time remaining. |
| ShowRunningTime | The progress indicator displays the running time. |