Table of Contents

Delegate Easings.Easing

Namespace
MLEM.Maths
Assembly
MLEM.dll

A delegate method used by Easings.

public delegate float Easings.Easing(float percentage)

Parameters

percentage float

The 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