Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LeanTween conversion #15

Closed
Eonasdan opened this issue Oct 7, 2023 · 0 comments
Closed

LeanTween conversion #15

Eonasdan opened this issue Oct 7, 2023 · 0 comments

Comments

@Eonasdan
Copy link

Eonasdan commented Oct 7, 2023

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);
@Eonasdan Eonasdan closed this as completed Oct 7, 2023
Repository owner locked and limited conversation to collaborators Oct 7, 2023
@KyryloKuzyk KyryloKuzyk converted this issue into discussion #16 Oct 7, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant