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