Skip to content
Jan-Ole Schümann edited this page May 21, 2017 · 2 revisions

To

TweenSharp To(object target, float duration, Dictionary<string, object> args)

"To" is a shortcut to start a tween. Instead of writing "TweenSharp tween = new TweenSharp(...)", just call "To" with the parameters of the constuctor of a TweenSharp. "To" returns the created TweenSharp object.

Clone this wiki locally