kgorking opened this issue 4 years ago · 1 comments
Flattened trees = sorted entities.
using specific_parent = ecs::parent<Type1, Type2>; ecs::add_component({0,1}, specific_parent{parent_id}); // ... [](specific_parent parent, Type1 &t1, Type2 const& t2) { t1 = parent.get<Type1>() * t2 + parent.get<Type2>(); };