CachedEntityQueryBuilderBase.Without() Method
Definition¶
Namespace: Brine2D.ECS.Query
Excludes entities that have the specified component. The query is automatically invalidated when the excluded component type is added to or removed from any entity.
public TSelf Without<TExclude>()
where TExclude : Brine2D.ECS.Component;
Type parameters¶
TExclude