Image
The accessibility node behaves like an image.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Field
- Namespace: UnityEngine.Accessibility
- Assembly: UnityEngine.AccessibilityModule
Image = 2
Remarks
If this role is set on a node, the screen reader announces the node as an "image".
On Windows, if the node represents a clickable image, then it should have a role that supports _invoked, such as AccessibilityRole.Button, instead of this role.