Version: 5.3 (switch to 5.4b)
IdiomaEnglish
  • C#
  • JS

Idioma de script

Selecciona tu lenguaje de programación favorito. Todos los fragmentos de código serán mostrados en este lenguaje.

Screen

class in UnityEngine

Sugiere un cambio

¡Éxito!

Gracias por ayudarnos a mejorar la calidad de la documentación de Unity. A pesar de que no podemos aceptar todas las sugerencias, leemos cada cambio propuesto por nuestros usuarios y actualizaremos los que sean aplicables.

Cerrar

No se puedo enviar

Por alguna razón su cambio sugerido no pudo ser enviado. Por favor <a>intente nuevamente</a> en unos minutos. Gracias por tomarse un tiempo para ayudarnos a mejorar la calidad de la documentación de Unity.

Cerrar

Cancelar

Cambiar al Manual

Descripción

Access to display information.

La clase Screen se puede usar para obtener el listado de resoluciones soportadas, cambiar la resolución actual, ocultar o mostrar el puntero del ratón.

Variables Estáticas

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).
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).

Funciones Estáticas

SetResolutionSwitches the screen resolution.