module
Fixed Time StepAdds a tag which makes its systems run at a fixed frame rate.
Resources
- FixedDeltaTime - holds the value of the fixed delta for the physics update.
Files
- file fixed_delta_time.hpp
- Resource cubos::
engine:: FixedDeltaTime. - file plugin.hpp
- Plugin entry point.
Classes
- struct cubos::engine::FixedDeltaTime
- Resource which holds the value of the fixed delta for the fixedStep plugin.
Functions
-
auto fixedStepPlugin(Cubos& cubos) -> CUBOS_
ENGINE_ API void - Plugin entry function.
Function documentation
CUBOS_ ENGINE_ API void fixedStepPlugin(Cubos& cubos)
#include <engine/fixed_step/plugin.hpp>
Plugin entry function.
Parameters | |
---|---|
cubos | Cubos main class |