parent
The node's parent in the accessibility hierarchy.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Accessibility
- Assembly: UnityEngine.AccessibilityModule
public AccessibilityNode parent { get; }
Remarks
If the node is at the root level of the hierarchy, the value of this property is .
nullTo change the node's parent, call AccessibilityHierarchy.MoveNode on the hierarchy that the node belongs to.