Contains any component
It's recomended to always use this function, as it will do the 'hard work' for you
True if the entity contains at least one of the components False otherwise
e.hasAnyComponents!(Foo, Goo);
See Implementation
Contains any component
It's recomended to always use this function, as it will do the 'hard work' for you