Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Where(Func<T, bool>)

Selects all elements satifying the predicate.
Read time 1 minuteLast updated 10 days ago

Definition

public UQueryBuilder<T> Where(Func<T, bool> selectorPredicate)

Parameters

selectorPredicate

Predicate that must return true for selected elements.

Returns

Type

Description

UQueryBuilder<T>QueryBuilder configured with the associated selection rules.