Demigiant / dotween

A Unity C# animation engine. HOTween v2
http://dotween.demigiant.com
Other
2.34k stars 351 forks source link

Get Tween speed even if setting duration? #608

Open JudahMantell opened 1 year ago

JudahMantell commented 1 year ago

Is it possible to get a tween's speed value (as if it was "Speed Based") even if I set the tween's duration in seconds? I would like to do this via scripting.

Thanks!