ContainsNode(AccessibilityNode)
Verifies whether the given node exists in the accessibility hierarchy.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Accessibility
- Assembly: UnityEngine.AccessibilityModule
public bool ContainsNode(AccessibilityNode node)
Parameters
The node to search for in the hierarchy.
Returns
Type | Description |
|---|---|
| bool | |