This is the complete list of members for Raftel::Entity, including all inherited members.
| addLightComp(LightComponent &&light) | Raftel::Entity | |
| addMeshComp(const std::shared_ptr< Mesh > &mesh) | Raftel::Entity | |
| addRenderComp(RenderComponent &&rend) | Raftel::Entity | |
| addScriptComp(ScriptComponent &&script) | Raftel::Entity | |
| addTransformComp(TransformComponent &&trans) | Raftel::Entity | |
| Entity(const Entity &other)=default | Raftel::Entity | |
| Entity(Entity &&other) noexcept=default | Raftel::Entity | |
| EntityManager (defined in Raftel::Entity) | Raftel::Entity | friend |
| getLightComp() | Raftel::Entity | |
| getLightComp() const | Raftel::Entity | |
| getMeshComp() const | Raftel::Entity | |
| getScriptComp() | Raftel::Entity | |
| getTransformComp() | Raftel::Entity | |
| getTransformComp() const | Raftel::Entity | |
| hasLightComp() const | Raftel::Entity | |
| hasMeshComp() const | Raftel::Entity | |
| hasRenderComp() const | Raftel::Entity | |
| hasScriptComp() const | Raftel::Entity | |
| hasTransformComp() const | Raftel::Entity | |
| ID | Raftel::Entity | |
| operator=(const Entity &other)=default | Raftel::Entity | |
| operator=(Entity &&other) noexcept=default | Raftel::Entity | |
| removeMeshComp() | Raftel::Entity |