Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

AccessibilitySettings

class in UnityEngine.Accessibility

/

Implemented in:UnityEngine.AccessibilityModule

Suggest a change

Success!

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.

Close

Submission failed

For 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.

Close

Cancel

Description

Provides 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.

Static Properties

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.

Events

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.