版本:Unity 6 (6000.0)
语言英语
  • C#

Screen.SetResolution

建议更改

成功!

感谢您的帮助,我们一起提高 Unity 文档的质量。虽然我们无法接受所有投稿,但我们会阅读每位用户提供的建议更改,并在需要时进行更新。

关闭

提交失败

由于某种原因,您的建议更改无法提交。请在几分钟后<a>重试</a>。感谢您抽出时间帮助我们提高 Unity 文档的质量。

关闭

取消

声明

public static void SetResolution(int width, int height, FullScreenMode fullscreenMode, RefreshRate preferredRefreshRate);

声明

public static void SetResolution(int width, int height, FullScreenMode fullscreenMode);

声明

public static void SetResolution(int width, int height, bool fullscreen);

描述

此功能与 Screen.SetResolution 相同,并模仿 Unity 编辑器中的特定于平台的行为。