Demigiant / dotween

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

Want 3 animations (value M to N) in Pro's DOTweenAnimation, but either M or N must be the Transform's origin value. #456

Open atkdefender opened 3 years ago

atkdefender commented 3 years ago

I'm using DOTweenPro. The 3 animations I want is about rotation in 2d. [A] 0 to 45 [B] 45 to 90 [C] 90 to 0

If I set Transform's origin angle = 45. [A] animation is FROM 0 [B] animation is TO 90 How should I set a DOTweenAnimation to get an animation [C]? Can a DOTweenAnimation TO a value and doesn't matter what value FROM?