Overload List
| Name | Description | |
|---|---|---|
| EaseOnCurve(AnimationCurve, Single, Single, Single) |
Lets you ease a float value based on any animation curve. Usage
is pretty much the same as Mathf.Lerp() only that you also pass
an Animation curve as parameter.
| |
| EaseOnCurve(AnimationCurve, Color, Color, Single) |
Lets you ease a Color based on any animation curve. Usage
is pretty much the same as Mathf.Lerp() only that you also pass
an Animation curve as parameter.
| |
| EaseOnCurve(AnimationCurve, Vector3, Vector3, Single) |
Lets you ease a Vector3 based on any animation curve. Usage
is pretty much the same as Mathf.Lerp() only that you also pass
an Animation curve as parameter.
|
See Also