class in UnityEngine.Accessibility
/
Implemented in:UnityEngine.AccessibilityModule
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseProvides access to the accessibility settings for the current platform.
The currently supported platforms are:
This class also provides events that are invoked when the user changes accessibility settings.
fontScale | Gets the font scale set by the user in the system settings. |
isBoldTextEnabled | Checks whether or not bold text is enabled in the system settings. |
isClosedCaptioningEnabled | Checks whether or not closed captioning is enabled in the system settings. |
boldTextStatusChanged | Event that is invoked on the main thread when the user changes the bold text setting in the system settings. |
closedCaptioningStatusChanged | Event that is invoked on the main thread when the user changes the closed captioning setting in the system settings. |
fontScaleChanged | Event that is invoked on the main thread when the user changes the font scale in the system settings. |