Makes a rule to observe Entity when one component of the either group is changed.
public DefaultEcs.EntityQueryBuilder.EitherBuilder WhenChangedEither<T>();
T
The type of component to add to the either group.
EitherBuilder
A EitherBuilder to create a either group.