Antkeeper
0.0.1
|
Classes | |
struct | archetype |
Entity type template. More... | |
Typedefs | |
typedef entt::entity | id |
Entity ID type. More... | |
typedef entt::registry | registry |
Component registry type. More... | |
Functions | |
void | clone (entity::registry ®istry, entity::id source, entity::id destination) |
Clones all the components of an entity. More... | |
typedef entt::entity entity::id |
typedef entt::registry entity::registry |
Component registry type.
Definition at line 28 of file registry.hpp.
void entity::clone | ( | entity::registry & | registry, |
entity::id | source, | ||
entity::id | destination | ||
) |