CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::EntityObjectSet<> Struct Reference

#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.
 

Member Data Documentation

◆ includes

template<CEntityObject EO>
constexpr bool CeresEngine::EntityObjectSet<>::includes = false
inlinestaticconstexpr

A trait that checks if the entity object type EO is included in the entity object set set.

Template Parameters
EOthe entity object type

◆ mask

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: