LeanTween conversion #16
-
Replacing LeanTween in someone else's code with this. I thought I'd share the comparison code for anyone interested. Thanks for the project. LeanTween.rotateLocal([TRANSFORM], [VECTOR3], [DURATION]).setEaseInOutSine(); becomes Tween.LocalRotation([TRANSFORM], [VECTOR3], [DURATION], Ease.InOutSine); |
Beta Was this translation helpful? Give feedback.
Answered by
KyryloKuzyk
Oct 7, 2023
Replies: 1 comment
-
Thanks for sharing! The conversion looks very simple! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
KyryloKuzyk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for sharing! The conversion looks very simple!