Change project window size property from two int
s to one Vector2i
#4349
timothyqiu
started this conversation in
Editor
Replies: 1 comment 1 reply
-
One downside is that the inspector does not support min/max range hints for Vector2 yet, so the setter must implement clamping using the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For
3.x
, two ints make sense because we only haveVector2
.For
4.0
, I think they can be changed to use oneVector2i
. So it'll display the edit control forVector2i
and benefit from features like Vector X-Y value linking.Beta Was this translation helpful? Give feedback.
All reactions