EaseFunction.BounceInOut
Static Method in EaseFunction
Declaration
public static float BounceInOut(float x)
Description
Evaulates f(x) using a BounceInOut ease.
Parameters
x | The x-axis number to evaluate. |
Returns
float | The y-axis value of the curve at the given x-axis value. |