I’m trying to use the X,Y,Z values of a vector3 but I need them as integers.
I thought of casting the float values to Int, but I’m afraid it might break at some point because the casting function has a specifier.
So, is there a vector3 with ints? Or am I doomed to fail miserably?
Thanks! :DD