FunctionUtils::FunctionID _cameraControlSystemID
Definition CameraControlSystemManager.hpp:41
std::type_index _currentScheduler
Definition CameraControlSystemManager.hpp:42
~CameraControlSystemManager()=default
CameraControlSystemManager(Engine::Core &core)
Definition CameraControlSystemManager.hpp:18
void SetCameraControlSystemScheduler(Engine::Core &core)
Set the CameraControlSystem to use a different scheduler.
Definition CameraControlSystemManager.hpp:31
The core is the place where all the data of the engine is stored. It contains the registry (entities)...
Definition Core.hpp:33
TScheduler & GetScheduler()
Get a scheduler from the registry by its type.
Definition Core.inl:47
decltype(auto) RegisterSystem(Systems... systems)
Add one or multiple systems associated with a specific scheduler.
Definition Core.inl:61
Update scheduler that runs systems every time it is called.
Definition Update.hpp:8
Definition CameraControlSystemManager.hpp:9
void CameraControlSystem(Engine::Core &core)
System that controls the camera based on the active behavior.
Definition CameraControlSystem.cpp:11
std::size_t FunctionID
FunctionID class to represent a unique identifier for functions.
Definition FunctionID.hpp:9