Open xahon opened 6 years ago
I think this should be fairly easy to implement method that can merge a family into another instance.
@metaphore I have to create family wrapper class that makes that because you can't access to types you pass into all
, one
and exclude
UPD
I found that approach as ugly workaround to create wrapper class because in my case it returns Family
class from which you can't build a new one for, e.g. Engine.getEntitiesFor
because all, one, exclude
are private fields
So I may be will have to create a bunch of narrow-case families for each particular system
I have these families:
is there any way to make
Movable
something like this?