The core is the place where all the data of the engine is stored. It contains the registry (entities)...
Definition Core.hpp:33
Wrapper class providing a convenient interface for entity manipulation with the Core....
Definition Entity.hpp:20
T & GetComponent(Engine::Core &core)
Definition ScriptableEntity.hpp:10
virtual ~ScriptableEntity()=default
ScriptableEntity(Engine::Entity ent)
Definition ScriptableEntity.hpp:8
Engine::Entity entity
Definition ScriptableEntity.hpp:12
Definition ScriptableEntity.hpp:5