Engine » Fixed Time Step module

Adds 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)

Plugin entry function.

Parameters
cubos Cubos main class