返回介绍

Screen 屏幕

发布于 2019-12-18 15:38:30 字数 3021 浏览 1027 评论 0 收藏 0

class in UnityEngine

Description 描述

Access to display information.

访问显示器的分辨率信息。

Screen class can be used to get the list of supported resolutions, switch the current resolution, hide or show the system mouse pointer.

Screen类能用来获取支持的分辨率列表,切换当前分辨率。

Static Variables 静态变量

autorotateToLandscapeLeftAllow auto-rotation to landscape left?
允许自动旋转为左横向。Home键在左侧。
autorotateToLandscapeRightAllow auto-rotation to landscape right?
允许自动旋转为右横向。Home键在右侧。
autorotateToPortraitAllow auto-rotation to portrait?
运行屏幕自动旋转到纵向?Home按钮在下方。
autorotateToPortraitUpsideDownAllow auto-rotation to portrait, upside down?
允许自动旋转为左横向。Home按钮在上方。
currentResolutionThe current screen resolution (Read Only).
当前屏幕的分辨率。(只读)
dpiThe current DPI of the screen / device (Read Only).
当前屏幕的DPI(只读)。
fullScreenIs the game running fullscreen?
游戏是否运行在全屏模式?
heightThe current height of the screen window in pixels (Read Only).
以像素单位,屏幕窗口的当前高度。(只读)
orientationSpecifies logical orientation of the screen.
指定屏幕的逻辑方向。
resolutionsAll fullscreen resolutions supported by the monitor (Read Only).
显示器支持的所有全屏分辨率。(只读)
sleepTimeoutA power saving setting, allowing the screen to dim some time after the last active user interaction.
省电设置,最后活跃用户交互之后,过一些时间,使屏幕变暗。
widthThe current width of the screen window in pixels (Read Only).
屏幕窗口的当前宽度,单位像素(只读)。

Static Functions 静态函数

SetResolutionSwitches the screen resolution.
切换屏幕分辨率。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文