Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


MaximizedWindow

Windows and macOS platforms only. Sets your application window to the operating system's definition of maximized.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Field
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
MaximizedWindow = 2

Remarks

On Windows, it's a full-screen window with a title bar. On macOS, it is a full-screen window with a hidden menu bar and dock. On other platforms, this mode falls back to FullScreenMode.FullScreenWindow.