Maths-Damp(float_float_float_float).md
April 18, 2021 ยท View on GitHub
UnrealEngine.Framework.Maths
Maths.Damp(float, float, float, float) Method
Creates framerate-independent dampened motion between two values
public static float Damp(float from, float to, float lambda, float deltaTime);
Parameters
from System.Single
Value to damp from
to System.Single
Value to damp to
lambda System.Single
Smoothing factor
deltaTime System.Single
Time since last damp