Version: 2021.2
언어: 한국어

Screen.SetResolution

매뉴얼로 전환
public static void SetResolution (int width, int height, FullScreenMode fullscreenMode, int preferredRefreshRate= 0);
public static void SetResolution (int width, int height, FullScreenMode fullscreenMode);
public static void SetResolution (int width, int height, bool fullscreen, int preferredRefreshRate= 0);
public static void SetResolution (int width, int height, bool fullscreen);

설명

This has the same functionality as Screen.SetResolution and also mimics platform-specific behavior in the Unity Editor.