Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Selected

The visual element represented by the accessibility node is currently selected, such as a selected table row or a selected button in a segmented control.
Read time 1 minuteLast updated 6 days ago

Definition

Selected = 2

Remarks

Platform-specific behavior
For nodes with a role other than AccessibilityRole.Toggle:
  • Android: If this role is set on a node, the screen reader announces the node as "selected".
  • iOS: If this role is set on a node, the screen reader announces the node as "selected".
  • macOS: If this role is set on a node, the screen reader announces the node as "selected".
  • Windows: If this role is set on a node, the screen reader announces the node as "on".
For nodes with the role AccessibilityRole.Toggle, see that role's documentation.
Notes