The Accessibility module includes utilities to facilitate the development of accessible user experiences in Unity.
| 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. | 
| VisionUtility | A class containing methods to assist with accessibility for users with different vision capabilities. | 
| AccessibilityRole | Describes the role of an accessibility node. | 
| AccessibilityState | Describes the state of an accessibility node. |