You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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.