Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Progress.ClearRemainingTime

Declaration

public static void ClearRemainingTime(int id);

Parameters

id The progress indicator's unique ID.

Description

Resets the computation of a progress indicator's remaining time.

If the remaining time was set manually, it reverts to its default state where it is computed automatically.