This version of Unity is unsupported.

Display.SetRenderingResolution

Declaration

public void SetRenderingResolution(int w, int h);

Parameters

w Rendering width in pixels.
h Rendering height in pixels.

Description

Sets rendering resolution for the display.

Rendering resolution can be set up to be different from "native" display resolution (see systemWidth and systemHeight).