Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 826 Bytes

EntityQueryBuilder.WhenRemovedEither_T_().md

File metadata and controls

21 lines (14 loc) · 826 Bytes

EntityQueryBuilder.WhenRemovedEither() Method

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

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

Type parameters

T

The type of component to add to the either group.

Returns

EitherBuilder
A EitherBuilder to create a either group.