interface in UnityEngine.Accessibility
Sends accessibility notifications to the screen reader.
Sending the same notification type multiple times in quick succession might result in the screen reader skipping some of the notifications.
Method | Description |
---|---|
SendAnnouncement | Requests the screen reader to convey an announcement. |
SendLayoutChanged | Notifies the screen reader that the layout of the screen changed and optionally requests it to move its focus to a given accessibility node. |
SendPageScrolledAnnouncement | Notifies the screen reader that a scrolling action completed and optionally requests it to move its focus to a given accessibility node. |
SendScreenChanged | Notifies the screen reader that the screen changed considerably and optionally requests it to move its focus to a given accessibility node. |