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