Version: 2022.3
言語: 日本語
public static void SetRemainingTime (int id, long seconds);

パラメーター

id The progress indicator's unique ID.
seconds The progress indicator's remaining time, in seconds.

説明

Sets the progress indicator's remaining time, in seconds.

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.