Beispiel #1
0
 public static float EaseOutQuad(float value, float start, float end) => Interpolation_External.EaseOutQuad(value, start, end);