GetScreenSize(float, float) Gets the size of the screen. void getScreenSize(out float width, out float height) Parameters width Modifiers: out Type: float Width of the screen (in pixels). height Modifiers: out Type: float Height of the screen (in pixels).