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