GetOptions(int)
Gets the options that you specified when you started the progress indicator.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static Progress.Options GetOptions(int id)
Parameters
The progress indicator's unique ID.
Returns
Type | Description |
|---|---|
| Options | The progress indicator's option flags. |