Version: 2022.3
언어: 한국어

Display.SetRenderingResolution

매뉴얼로 전환
public void SetRenderingResolution (int w, int h);

파라미터

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

설명

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.