-
Hi, just wanna tell that can we convert a number variable (int, float etc) into a osuTK.Vector2? Im making a rythm game and i dont know how to set a sprite's size because of that error saying that i cant convert the int into "osuTk.Vector2". Does i have to use a directive? If yes, what directive? |
Beta Was this translation helpful? Give feedback.
Answered by
peppy
Oct 5, 2022
Replies: 1 comment 1 reply
-
You will need to use the correct type. I'd recommend doing some tutorials on c# to understand types. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
peppy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You will need to use the correct type.
I'd recommend doing some tutorials on c# to understand types.