Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 804 Bytes

EntityQueryBuilder.WithEither_T_().md

File metadata and controls

21 lines (14 loc) · 804 Bytes

EntityQueryBuilder.WithEither() Method

Makes a rule to obsverve Entity with at least one component of the either group.

public DefaultEcs.EntityQueryBuilder.EitherBuilder WithEither<T>();

Type parameters

T

The type of component to add to the either group.

Returns

EitherBuilder
A EitherBuilder to create a either group.