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