Children()
Returns the physical children of the element.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public IEnumerable<VisualElement> Children()
Returns
Type | Description |
|---|---|
| IEnumerable<VisualElement> |
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.