Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

DontShowDo not show ActivityIndicator.
InversedLargeLarge Inversed (android.R.attr.progressBarStyleLargeInverse).
InversedSmallSmall Inversed (android.R.attr.progressBarStyleSmallInverse).
LargeLarge (android.R.attr.progressBarStyleLarge).
SmallSmall (android.R.attr.progressBarStyleSmall).