EaseFunction.TimingCurve
Delegate in Zigurous.Tweening
Declaration
public delegate float TimingCurve(float x);
Description
A function delegate that returns the value along a timing curve given the x-axis value, i.e., f(x).
Parameters
x | The x-axis number to evaluate. |
Returns
float | The y-axis value of the curve at the given x-axis value. |