Go to the source code of this file.
|
template<class T , class ... P> |
T * | ECS::AddComponent (ComponentManager *mgr, const EntityId id, P &&... param) |
|
template<class T > |
T * | ECS::GetComponent (ComponentManager *mgr, const EntityId id) |
|
template<class T > |
void | ECS::RemoveComponent (ComponentManager *mgr, const EntityId id) |
|
◆ ECS__I_ENTITY_H__
#define ECS__I_ENTITY_H__ |
File: include\IEntity.h.
Summary: Base entity class containing no morte than entity id and state falgs.
Definition at line 9 of file IEntity.h.