Exists(int)
Checks whether a progress indicator with the specified ID exists.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static bool Exists(int id)
Parameters
The unique ID to search for.
Returns
Type | Description |
|---|---|
| bool | True if the progress indicator exists, false otherwise. |