Makes a rule to observe Entity with a component of type T.
public DefaultEcs.EntityQueryBuilder With<T>();
T
The type of component.
EntityQueryBuilder
The current EntityQueryBuilder.
Makes a rule to observe Entity with a component of type T.
public DefaultEcs.EntityQueryBuilder With<T>();
T
The type of component.
EntityQueryBuilder
The current EntityQueryBuilder.