ecs icon indicating copy to clipboard operation
ecs copied to clipboard

Feature: Excluded components

Open Leopotam opened this issue 4 years ago • 0 comments

What about not only "Include" component constraints, but for "Exclude" too? For example:

type Unit struct { ... }
type UnderUserControl struct { }

And I want to get all units with Unit component and without UnderUserControl components - it will be neutral units, or enemies, or something else.

Leopotam avatar Mar 07 '21 21:03 Leopotam