Makes a rule to obsverve Entity without at least one component of the either group.
public DefaultEcs.EntityQueryBuilder.EitherBuilder WithoutEither<T>();
T
The type of component to add to the either group.
EitherBuilder
A EitherBuilder to create a either group.