ClearRemainingTime()
Resets the computation of the progress indicator's remaining time.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public void ClearRemainingTime()
Remarks
If the remaining time was set manually, it reverts to its default state where it is computed automatically.
Additional Resources: Progress.ClearRemainingTime, Progress.Item.remainingTime, Progress.Item.SetRemainingTime.