Version: 2017.3 (switch to 2017.4)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Screen

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.

Static Properties

autorotateToLandscapeLeftAllow auto-rotation to landscape left?
autorotateToLandscapeRightAllow auto-rotation to landscape right?
autorotateToPortraitAllow auto-rotation to portrait?
autorotateToPortraitUpsideDownAllow auto-rotation to portrait, upside down?
currentResolutionThe current screen resolution (Read Only).
dpiThe current DPI of the screen / device (Read Only).
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).
safeAreaReturns the safe area of the screen in pixels (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 Methods

SetResolutionSwitches the screen resolution.

Did you find this page useful? Please give it a rating: