1
DOTween & DOTween Pro / Re: Can't tween float
« on: September 20, 2015, 03:48:44 PM »
Oh! Thanks!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
balance += totalPayment;
UpdateUI();
float to = balance + totalPayment;
DOTween.To(() => balance, x => balance = x, to, 2).OnComplete(UpdateUI);