Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 816 Bytes

EntityQueryBuilder.WithoutEither_T_().md

File metadata and controls

21 lines (14 loc) · 816 Bytes

EntityQueryBuilder.WithoutEither() Method

Makes a rule to obsverve Entity without at least one component of the either group.

public DefaultEcs.EntityQueryBuilder.EitherBuilder WithoutEither<T>();

Type parameters

T

The type of component to add to the either group.

Returns

EitherBuilder
A EitherBuilder to create a either group.