Is there an easy way to get the screen space in local dimensions?
What I'm trying to say is this: I have a widget and I want it to fill 80% of the width and 80% of the height of the screen, yet I can't simply use Screen.width/height. Is there a simple way to get the width/height I'd have to enter on a specific widget to make it fill the entire screen?