EntityQueryBuilder.Without_T_().md

March 19, 2022 ยท View on GitHub

DefaultEcs

DefaultEcs.EntityQueryBuilder

EntityQueryBuilder.Without() Method

Makes a rule to ignore Entity with a component of type T.

public DefaultEcs.EntityQueryBuilder Without<T>();

Type parameters

T

The type of component.

Returns

EntityQueryBuilder
The current EntityQueryBuilder.

Contents

  1. 0.1DefaultEcs.EntityQueryBuilder
  2. 1EntityQueryBuilder.Without() Method