Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ClearRemainingTime(int)

Resets the computation of a progress indicator's remaining time.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public static void ClearRemainingTime(int id)

Parameters

id

The progress indicator's unique ID.

Remarks

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