This version of Unity is unsupported.

AssistiveSupport

class in UnityEngine.Accessibility

/

Implemented in:UnityEngine.AccessibilityModule

Description

Access point to assistive technology support APIs.

This class contains static methods that allow users to support assistive technologies in the operating system (for example, the screen reader).

Static Properties

activeHierarchy The active AccessibilityHierarchy for the screen reader. May be null if no hierarchy is active.
isScreenReaderEnabled Whether the screen reader is enabled on the operating system.
notificationDispatcher Service used to send accessibility notifications to the screen reader.

Events

nodeFocusChanged Event that is invoked on the main thread when the screen reader focus changes.
screenReaderStatusChanged Event that is invoked on the main thread when the screen reader is enabled or disabled.