AndroidActivityIndicatorStyle
ActivityIndicator Style (Android Specific).
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public enum AndroidActivityIndicatorStyle
Fields
Value | Description |
|---|---|
| DontShow | Do not show ActivityIndicator. |
| InversedLarge | Large Inversed (android.R.attr.progressBarStyleLargeInverse). |
| InversedSmall | Small Inversed (android.R.attr.progressBarStyleSmallInverse). |
| Large | Large (android.R.attr.progressBarStyleLarge). |
| Small | Small (android.R.attr.progressBarStyleSmall). |