AScheduler(Core &core)
Constructor of the AScheduler class.
Definition AScheduler.hpp:20
Update scheduler that runs systems every time it is called.
Definition Update.hpp:8
float GetDeltaTime() const
Get the current delta time.
Definition Update.hpp:19
float _elapsedTime
The elapsed time since the last call to RunSystems.
Definition Update.hpp:23
AScheduler(Core &core)
Constructor of the AScheduler class.
Definition AScheduler.hpp:20
void RunSystems() override
Run the systems according to the scheduler policy.
Definition Update.cpp:6
Definition AScheduler.cpp:7