23 template <
typename ...
Component,
typename>
28 template <
typename ...
Component,
typename>
Component is a template define in Registry. (not a class)
void addComponent(Component &&... c)
add a component to the entity using the registryRef method addComponent
Definition Entity_impl.hpp:24
void removeComponent()
remove a component from the entity using the registryRef method removeComponent
Definition Entity_impl.hpp:29
void addComponent(Entity const &to, Component &&...c)
Definition Registry_impl.hpp:50
void removeComponent(Entity const &from)
remove a component from the given entity
Definition Registry_impl.hpp:61
Registry & RegistryRef
Definition Entity.hpp:20