delegate EaseFunc
An easing function that controls the timing of a tween.
Syntax
public delegate float EaseFunc(float t);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Single | t | Normalized time in range [0, 1]. |
Returns
| Type | Description |
|---|---|
| System.Single | The interpolated value. |