Version: Unity 6.3 Beta (6000.3)
LanguageEnglish
  • C#

AccessibilityNode.isActive

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 isActive;

Description

Whether the accessibility node is exposed to screen readers. The default value is true.


This property controls the visibility of the node to screen readers, ensuring that only relevant elements are accessible to the user. For example, elements that are covered by a modal view should not be accessible.

If this property is set to false, the screen reader ignores the node and prevents the user from focusing on it. This is useful when temporarily disabling the node is preferred over removing it from the hierarchy.