1
DOTween & DOTween Pro / Struggling to convert this HOTWeen to DOTween
« on: August 24, 2015, 12:39:51 AM »
Hi,
I have been using HOTween for a while and am quite comfortable with it, but since purchasing DOTween Pro I am in the process of switching all of my HOTweens over.
For the life of me I just can't see how to convert this particular HOTween. I am hoping I've just missed something obvious.
Any help will be much appreciated.
I have been using HOTween for a while and am quite comfortable with it, but since purchasing DOTween Pro I am in the process of switching all of my HOTweens over.
For the life of me I just can't see how to convert this particular HOTween. I am hoping I've just missed something obvious.
Code: [Select]
HOTween.To(gameObject.transform,
20,
new TweenParms()
.Prop("position", destinationTransform.position)
.Prop("localScale", destinationTransform.localScale )
.SpeedBased().
OnComplete(completeSingleTouchTransform));
Any help will be much appreciated.