EntityQuery.WithoutBehavior() Method
Definition¶
Namespace: Brine2D.ECS.Query
Requires entities to NOT have the specified behavior.
public Brine2D.ECS.Query.EntityQuery WithoutBehavior<T>()
where T : Brine2D.ECS.Behavior;
Type parameters¶
T