AccessibilitySettings

class in UnityEngine.Accessibility

/

Implemented in:UnityEngine.AccessibilityModule

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.

Did you find this page useful? Please give it a rating: