#include <CeresEngine/Entity/Entity.hpp>
|
| template<CEntityObject EO> |
| static constexpr bool | includes = (std::is_same_v<EO, EOs> || ...) |
| | Checks if all EOs are valid entity object types.
|
| |
| static const ComponentMask | mask = (EOs::ComponentSet::getComponentMask() | ...) |
| | A trait that contains the minimum component mask for that includes all components for entity objects in the set.
|
| |
◆ includes
template<CEntityObject... EOs>
template<CEntityObject EO>
Checks if all EOs are valid entity object types.
A trait that checks if the entity object type EO is included in the entity object set set
- Template Parameters
-
◆ mask
template<CEntityObject... EOs>
A trait that contains the minimum component mask for that includes all components for entity objects in the set.
The documentation for this struct was generated from the following file:
- /Users/Rogiel/Developer/CeresEngine/Engine/Sources/CeresEngine/Entity/Entity.hpp