Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ContainsNode(AccessibilityNode)

Verifies whether the given node exists in the accessibility hierarchy.
Read time 1 minuteLast updated 6 days ago

Definition

public bool ContainsNode(AccessibilityNode node)

Parameters

The node to search for in the hierarchy.

Returns

Type

Description

bool
true
if the node exists in this hierarchy and
false
otherwise.