Version: 2023.2
LanguageEnglish
  • C#

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

The Accessibility module includes utilities to facilitate the development of accessible user experiences in Unity.

Classes

AccessibilityHierarchy Represents the hierarchy data model that the screen reader uses for reading and navigating the UI.
AccessibilityNode An instance of a node in the AccessibilityHierarchy, representing an element in the UI that the screen reader can read, focus, and execute actions on.
AssistiveSupport Access point to assistive technology support APIs.
VisionUtilityA class containing methods to assist with accessibility for users with different vision capabilities.

Enumerations

AccessibilityRoleDescribes the role of an accessibility node.
AccessibilityStateDescribes the state of an accessibility node.