Children
Selects all direct child elements of elements matching the previous rules.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
Children<T>(string, string[])
Selects all direct child elements of elements matching the previous rules.
public UQueryBuilder<T2> Children<T2>(string name = null, params string[] classes) where T2 : VisualElement
Parameters
Returns
Type | Description |
|---|---|
| UQueryBuilder<T> |
Children<T>(string, string)
Selects all direct child elements of elements matching the previous rules.
public UQueryBuilder<T2> Children<T2>(string name = null, string className = null) where T2 : VisualElement
Parameters
Returns
Type | Description |
|---|---|
| UQueryBuilder<T> |