EntityQueryBuilder.WhenRemovedEither_T_().md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.EntityQueryBuilder
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.