Display.SetRenderingResolution

Declaration

public void SetRenderingResolution(int w, int h);

Parameters

w The rendering width in pixels.
h The rendering height in pixels.

Description

Sets rendering resolution for the display.

This method is only supported on Android and iOS platforms. On Windows platforms, you can use Display.Activate or Display.SetParams instead.

You can set the rendering resolution as different to the native display resolution. Refer to systemWidth and systemHeight.


Did you find this page useful? Please give it a rating: