AndroidShowActivityIndicatorOnLoading
Application should show ActivityIndicator when loading.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
public enum AndroidShowActivityIndicatorOnLoading
Remarks
Additional Resources: _showActivityIndicatorOnLoading.
Fields
Value | Description |
|---|---|
| DontShow | Don't Show. |
| InversedLarge | Inversed Large. |
| InversedSmall | Inversed Small. |
| Large | Large. |
| Small | Small. |