Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 818 Bytes

EntityQueryBuilder.WhenAddedEither_T_().md

File metadata and controls

21 lines (14 loc) · 818 Bytes

EntityQueryBuilder.WhenAddedEither() Method

Makes a rule to observe Entity when one component of the either group is added.

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

Type parameters

T

The type of component to add to the either group.

Returns

EitherBuilder
A EitherBuilder to create a either group.