Maths-MoveTowards(double_double_double).md
April 18, 2021 ยท View on GitHub
UnrealEngine.Framework.Maths
Maths.MoveTowards(double, double, double) Method
Returns the vector moved towards a target
public static double MoveTowards(double current, double target, double maxDelta);
Parameters
current System.Double
target System.Double
maxDelta System.Double