SetActivityIndicatorStyle
Sets the desired activity indicator style.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
SetActivityIndicatorStyle(ActivityIndicatorStyle)
Sets the desired activity indicator style.
public static void SetActivityIndicatorStyle(ActivityIndicatorStyle style)
Parameters
Remarks
Note that the change will take effect on next call to StartActivityIndicator.
SetActivityIndicatorStyle(AndroidActivityIndicatorStyle)
Sets the desired activity indicator style.
public static void SetActivityIndicatorStyle(AndroidActivityIndicatorStyle style)
Parameters
Remarks
Note that the change will take effect on next call to StartActivityIndicator.