Where(Func<T, bool>)
Selects all elements satifying the predicate.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public UQueryBuilder<T> Where(Func<T, bool> selectorPredicate)
Parameters
Predicate that must return true for selected elements.
Returns
Type | Description |
|---|---|
| UQueryBuilder<T> | QueryBuilder configured with the associated selection rules. |