bbmod_lerp_delta_time

A function defined in bbmod_lerp_delta_time.gml

bbmod_lerp_delta_time(_from, _to, _factor, _deltaTime)

Description

Linearly interpolates two values, taking delta time into account.

Arguments

Name Type Description
_from Real The value to interpolate from.
_to Real The value to interpolate to.
_factor Real The interpolation factor.
_deltaTime Real The delta_time.

Returns

Real The resulting value.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on April 18, 2024 using GMDoc.