boldTextStatusChanged
Event invoked on the main thread when the user changes the bold text setting in the system settings.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Event
- Namespace: UnityEngine.Accessibility
- Assembly: UnityEngine.AccessibilityModule
public static event Action<bool> boldTextStatusChanged
Remarks
Platform support: This event is only triggered on iOS. On Android, this event is not necessary because the application restarts when the user changes the bold text setting.