Version: 2022.3

Display.SetRenderingResolution

切换到手册
public void SetRenderingResolution (int w, int h);

参数

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

描述

设置该显示器的渲染分辨率。

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.