1
DOTween & DOTween Pro / Re: Where is all the SetX() functionality when using DoTween.TOX?
« on: September 22, 2015, 11:41:53 PM »
First, thanks for the reply and the correction of the tween itself.
I figured out what the problem was. I preferred to not include
It's an odd choice to implement core functionality as extension methods, rather than directly on the Tweening object. Any particular reason for this?
I figured out what the problem was. I preferred to not include
Code: [Select]
using DG.Tweening;
and unfortunately it seems that all the SetX() methods are implemented as extension methods. Therefore, if the namespace is not included, these methods are simply not available.It's an odd choice to implement core functionality as extension methods, rather than directly on the Tweening object. Any particular reason for this?