EntityComponentMetaSystem/src/test
Stephen Seo 4db5e0caed Add fn to Manager allowing iterable indices as sig
As an alternative to forMatchingSignatures, which calls the given
function on entities matching the given Components/Tags in the
signature, forMatchingIterable allows filtering entities by an iterable
of indices that corresponds to Components/Tags.
2019-07-11 21:11:03 +09:00
..
ECTest.cpp Add fn to Manager allowing iterable indices as sig 2019-07-11 21:11:03 +09:00
Main.cpp Basic meta stuff working 2016-02-25 12:08:02 +09:00
MetaTest.cpp Add ability to handle unknown types 2018-05-17 17:05:49 +09:00
WillFailCompileTest.cpp Add static_assert, components must be def-const 2018-09-11 12:16:04 +09:00