SetRemainingTime(long)
Sets the progress indicator's remaining time, in seconds.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public void SetRemainingTime(long seconds)
Parameters
The progress indicator's remaining time, in seconds.
Remarks
When you call this function, the system sets the progress indicator's remaining time. It stops automatically computing the estimated remaining time. To use automatic computation again, call the function Progress.Item.ClearRemainingTime.
Additional Resources: Progress.SetRemainingTime, Progress.Item.remainingTime, Progress.Item.ClearRemainingTime.