Version: 1.4
LanguageEnglish
  • C#

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.


对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答