TryGetNode(int, out AccessibilityNode)
Tries to retrieve the AccessibilityNode with the given ID in the hierarchy.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Accessibility
- Assembly: UnityEngine.AccessibilityModule
TryGetNode(int, AccessibilityNode)
public bool TryGetNode(int id, out AccessibilityNode node)
Parameters
The ID of the node to retrieve.
The valid node with the associated ID, or if no such node exists in this hierarchy.
nullReturns
Type | Description |
|---|---|
| bool | |