Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

Fields

Value

Description

NoTimeShownThe progress indicator does not display any time information.
ShowRemainingTimeThe progress indicator displays the time remaining.
ShowRunningTimeThe progress indicator displays the running time.