Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AccessibilitySettings

Access point to system accessibility settings on the user's device and to events that trigger when the user changes these settings.
Read time 1 minuteLast updated 6 days ago

Definition

public static class AccessibilitySettings

Remarks

These APIs provide information about the user's accessibility preferences and can be used to adapt an application's UI according to the accessibility settings on the user's device. Their values are read-only and are updated when the user changes them in the system settings.
These APIs are currently supported on the following platforms:
Additional Resources:

Static Properties

Property

Description

fontScaleThe font scale set by the user in the system settings.
isBoldTextEnabledWhether bold text is enabled in the system settings.
isClosedCaptioningEnabledWhether closed captioning is enabled in the system settings.

Static Events

Member

Description

boldTextStatusChangedEvent invoked on the main thread when the user changes the bold text setting in the system settings.
closedCaptioningStatusChangedEvent invoked on the main thread when the user changes the closed captioning setting in the system settings.
fontScaleChangedEvent invoked on the main thread when the user changes the font scale in the system settings.