enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseDescribes the role of an accessibility node.
None | The accessibility node has no roles. |
Button | The accessibility node behaves like a button. |
Image | The accessibility node behaves like an image. |
StaticText | The accessibility node behaves like static text that can't change. |
SearchField | The accessibility node behaves like a search field. |
KeyboardKey | The accessibility node behaves like a keyboard key. |
Header | The accessibility node behaves like a header that divides content into sections (for example, the title of a navigation bar). |
TabBar | The accessibility node behaves like an ordered list of tabs. |