#define CE_REFLECTABLE_CLASS
Definition IReflectable.hpp:38
Definition ActionManager.hpp:26
Definition EventManager.hpp:24
Definition EntityManager.hpp:49
A resource that stores scene information.
Definition Scene.hpp:83
The system manager is responsible for keeping track and dispatching updates to all attached systems.
Definition SystemManager.hpp:22
Vector< Entity > getEntities() const
EntityActionManager actions
A manager that can be used to dispatch actions in this world.
Definition World.hpp:26
EntityEventManager events
A manager that can be used to listen for events in this world.
Definition World.hpp:23
SystemManager systems
The world system manager.
Definition World.hpp:34
World(Scene &scene)
Creates a new world for a scene.
Definition World.hpp:44
Scene *const scene
The scene that owns this world.
Definition World.hpp:38
World()=default
Creates a new world.
EntityManager entities
The world entity manager.
Definition World.hpp:30
Definition Application.hpp:19
std::vector< T, ScopedAllocatorAdaptor< StdAllocator< T, RawAllocator > > > Vector
Vector is a sequence container that encapsulates dynamic size arrays.
Definition Vector.hpp:17
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25