Version: 2022.3
언어: 한국어

Progress.GetRemainingTime

매뉴얼로 전환
public static long GetRemainingTime (int id);

파라미터

id The progress indicator's unique ID.

반환

long The number of seconds remaining.

설명

Gets a progress indicator's remaining time, in seconds.

If the remaining time is not set manually, Unity computes it automatically. Unity computes a progress indicator's remaining time based on the average of the last five updates of its current running time, and progress. This helps prevent large fluctuations in the displayed value, and results in smoother progress reporting.