How can I extend PrimeTween #41
Answered
by
KyryloKuzyk
hoang000147
asked this question in
FAQ
-
For example, I want to extend PrimeTween with this Jump method: forum.unity.com/threads/1479609/#post-9226566 |
Beta Was this translation helpful? Give feedback.
Answered by
KyryloKuzyk
Jan 25, 2024
Replies: 1 comment
-
You can place the Jump() right inside the class where you want to use it. Or you can place the Jump() method inside a static class, so you can call it from any place in your codebase. Please see the updated post. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hoang000147
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can place the Jump() right inside the class where you want to use it. Or you can place the Jump() method inside a static class, so you can call it from any place in your codebase. Please see the updated post.