Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


parent

The node's parent in the accessibility hierarchy.
Read time 1 minuteLast updated 6 days ago

Definition

public AccessibilityNode parent { get; }

Remarks

If the node is at the root level of the hierarchy, the value of this property is
null
.
To change the node's parent, call AccessibilityHierarchy.MoveNode on the hierarchy that the node belongs to.