NGEasing EaseOnCurve Method ScoreFlash API Documentation V4.6.0
Overload List

  NameDescription
Public methodStatic memberEaseOnCurve(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.
Public methodStatic memberEaseOnCurve(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.
Public methodStatic memberEaseOnCurve(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.
Back to Top
See Also