Version: Unity 6.7 Alpha (6000.7)
LanguageEnglish
  • C#

UIDocument.generateAccessibilityHierarchy

Suggest a change

Success!

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.

Close

Submission failed

For 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.

Close

Cancel

public bool generateAccessibilityHierarchy;

Description

Whether this document's content is included in the automatically generated accessibility hierarchy. The default value is true.

This property only takes effect while the experimental Generate Accessibility Hierarchies for Runtime Panels setting is enabled in Project Settings > UI Toolkit. An opted-out document contributes nothing to the generated hierarchy, including the content of any child documents. Changing the value on a live document adds or removes its content in place, without rebuilding the rest of the generated hierarchy.