GetLowestCommonAncestor(AccessibilityNode, AccessibilityNode)
Retrieves the lowest common ancestor of two nodes in the accessibility hierarchy.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Accessibility
- Assembly: UnityEngine.AccessibilityModule
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 |
|---|---|
| AccessibilityNode | The lowest common ancestor of the two given nodes, or |
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.