GetCountPerStatus()
For each available status, gets the number of progress indicators with that status.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static int[] GetCountPerStatus()
Returns
Type | Description |
|---|---|
| int[] | An array that contains the count of progress indicators per status. Each index maps a single status from the Progress.Status enum. |