Select your preferred scripting language. All code snippets will be displayed in this language.
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Closewidth | Change Window Width (Windows Only). |
height | Change Window Height (Windows Only). |
x | Change Window Position X (Windows Only). |
y | Change Window Position Y (Windows Only). |
Set rendering size and position on screen (Windows only).
To change the size and position of primary display you must also activate it by calling Display.displays[0].Activate(0, 0, 0);
See Also: SetRenderingResolution.