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
The progress indicator's unique ID.
Returns
Type | Description |
|---|---|
| long | The timestamp of the progress indicator's last update. |