|
CeresEngine 0.2.0
A game development framework
|
#include <CeresEngine/Entity/Entity.hpp>
Static Public Attributes | |
| template<CEntityObject EO> | |
| static constexpr bool | includes = false |
A trait that checks if the entity object type EO is included in the entity object set set. | |
| static const ComponentMask | mask = ComponentMask() |
| A trait that contains the minimum component mask for that includes all components for entity objects in the set. | |
|
inlinestaticconstexpr |
A trait that checks if the entity object type EO is included in the entity object set set.
| EO | the entity object type |
|
inlinestatic |
A trait that contains the minimum component mask for that includes all components for entity objects in the set.