SetRemainingTime(int, long)
Sets the progress indicator's remaining time, in seconds.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static void SetRemainingTime(int id, long seconds)
Parameters
Remarks
Call this function to set the progress indicator's remaining time. When this function is called, the system stops automatically computing the estimated remaining time. To use automatic computation again, you need to call the function Progress.ClearRemainingTime.