![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
This is the complete list of members for ECS::IEntity, including all inherited members.
AddComponent(P &&... param) | ECS::IEntity | inline |
EntityManager | ECS::IEntity | friend |
GetComponent() const | ECS::IEntity | inline |
GetEntityID() const | ECS::IEntity | inline |
GetStaticEntityTypeID() const =0 | ECS::IEntity | pure virtual |
IEntity() | ECS::IEntity | |
IsActive() const | ECS::IEntity | inline |
m_Active | ECS::IEntity | protected |
m_ComponentManagerInstance | ECS::IEntity | private |
m_EntityID | ECS::IEntity | protected |
OnDisable() | ECS::IEntity | inlinevirtual |
OnEnable() | ECS::IEntity | inlinevirtual |
operator!=(const IEntity &rhs) const | ECS::IEntity | inline |
operator!=(const IEntity *rhs) const | ECS::IEntity | inline |
operator==(const IEntity &rhs) const | ECS::IEntity | inline |
operator==(const IEntity *rhs) const | ECS::IEntity | inline |
PassDataToAllComponents(const ECS::CustomEvent &evt) | ECS::IEntity | |
RemoveAllComponents() | ECS::IEntity | |
RemoveComponent() | ECS::IEntity | inline |
s_ComponentManagerLock | ECS::IEntity | protectedstatic |
SetActive(bool active) | ECS::IEntity | |
~IEntity() | ECS::IEntity | virtual |