Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Image

The accessibility node behaves like an image.
Read time 1 minuteLast updated 6 days ago

Definition

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.