Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 404 Bytes

GetScreenSize.float.float.md

File metadata and controls

27 lines (14 loc) · 404 Bytes

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).