Screen.fullScreenstatic var fullScreen : booleanDescriptionIs the game running fullscreen? It is possible to toggle fullscreen mode by changing this property:
JavaScript
// Toggle fullscreen using UnityEngine; import UnityEngine See Also: SetResolution. |
