Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Children()

Returns the physical children of the element.
Read time 1 minuteLast updated 10 days ago

Definition

public IEnumerable<VisualElement> Children()

Returns

Remarks

This might differ from the logical children of the element if the element's contentContainer property doesn't return the element itself. For more information, refer to VisualElement.contentContainer.