To all... I am building a UI for a game scene and i wanted a rotated label.... understanding that the parent container controls that.
So i rotated the container, which works, but not only does it not 'retain' these settings, but getting the size of the container to work as well seems to be tricky...
to a very specific point, the text of the label seems to be growing the size of the margin container its in, which makes sense... but... since its rotated, i expected it to grow in the y direction (-90 degrees rotation), but its still growing horizontally, which of course is throwing off how the UI is built
thoughts?!
attached are images showing how the UI's supposed to look, also when Text is in the rotated label/container, how its pushing out the UI