We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Defines the ease function to use.
Parameter: TSEase.EaseFunction
Example: "ease", Quad.EaseOut
This selects a quad-ease-out easing function.
TweenSharp tween = new TweenSharp(gameObject, 5f, new { x = 8f, ease = Quad.EaseOut });