Demigiant Forum

Unity Assets => DOTween & DOTween Pro => Topic started by: Culzean on July 05, 2015, 06:22:34 PM

Title: Check progress of an active tween
Post by: Culzean on July 05, 2015, 06:22:34 PM
I am trying to use .DOGoto(progress, play) and carrying on playing, but I can't find a way to check the progress of an active tween. Is there something I'm missing?
Title: Re: Check progress of an active tween
Post by: Daniele on July 05, 2015, 06:44:20 PM
myTween.Elapsed() (http://dotween.demigiant.com/documentation.php?api=Elapsed), with optional parameter to consider loops or not :)