Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetLowestCommonAncestor(AccessibilityNode, AccessibilityNode)

Retrieves the lowest common ancestor of two nodes in the accessibility hierarchy.
Read time 1 minuteLast updated 12 days ago

Definition

public AccessibilityNode GetLowestCommonAncestor(AccessibilityNode firstNode, AccessibilityNode secondNode)

Parameters

The first node to find the lowest common ancestor of.

The second node to find the lowest common ancestor of.

Returns

Type

Description

AccessibilityNodeThe lowest common ancestor of the two given nodes, or
null
if they don't have a common ancestor.

Remarks

The lowest common ancestor is the node that both nodes share in their path to the root node of their branch in the hierarchy.