Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetUpdateDateTime(int)

Gets the time that the progress indicator last changed, or finished.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public static long GetUpdateDateTime(int id)

Parameters

id

The progress indicator's unique ID.

Returns

Type

Description

longThe timestamp of the progress indicator's last update.