VisualElement.parent

public UIElements.VisualElement parent;

Description

The parent of this VisualElement.

Unlike the Hierarchy.parent property, this property reflects for logical hierarchy. For example, if you add an element to a ScrollView, the logical parent of this element is the ScrollView itself, whereas the physical parent returned by the Hierarchy.parent property returns a child of ScrollView which acts as the parent of your element.


Did you find this page useful? Please give it a rating: