Demigiant / dotween

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

.ResetOnComplete() Feature request #641

Open FColor04 opened 1 year ago

FColor04 commented 1 year ago

Hello, I'd like to ask for a .ResetOnComplete which would add an addtional callback to set the element to its original (start) position/value after completion, currently making an extension method that would make use of OnComplete would clear the OnComplete afaik