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

xThe x-axis number to evaluate.

Returns

floatThe y-axis value of the curve at the given x-axis value.