Get the first entity in the scope which contains a group of components
Returns the first entity with the components passed
Entity e = world.entity.getFirstWith!(Component1, Component2, Component3, ...);
See Implementation
Get the first entity in the scope which contains a group of components
Returns the first entity with the components passed