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