|
Im trying to create a class similar to Vector3, which allows the default values to be set in the editor. I set the default values for Vector3 and Vector3i(my class) in a separate class. In the editor it shows the default values for vector3 as x=0,y=5,z=0. But Vector3i(my class) sets the default values at x=0,y=0,z=0. Vector3i(my class)
(comments are locked)
|
