Hey yo all,
In my current project, the ui window has the buttons as children.
I need to tween the size of my buttons. However, Button.Y and Button.X give me their initial value of the button and not the current one of the child.
Is there a way to get the actual/current size of the object like you can see in the debug layout?
I also tried imageheight, width, tried to calculate the scale etc. but i always get the initial value. Maybe there is also another way to scale the UI window except of making the background the height of (viewport top+viewport height)and the with accordingly.