A function defined in bbmod_lerp_delta_time.gml
bbmod_lerp_delta_time(_from, _to, _factor, _deltaTime)
Linearly interpolates two values, taking delta time into account.
| 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. |
Real The resulting value.
Copyright © 2025, BlueBurn. Built on April 12, 2025 using GMDoc.