Delegate Easings.Easing
A delegate method used by Easings.
public delegate float Easings.Easing(float percentage)
Parameters
percentage
floatThe percentage into the easing function. Either between 0 and 1, or, if ScaleInput(Easing, float, float) was used, between an arbitary set of values.
Returns
- float
- A delegate method used by .
- Extension Methods