Sets the full-screen mode. For information on platform compatibility, refer to the description of each mode.
Additional resources: Screen.fullScreenMode, PlayerSettings.fullScreenMode, PlayerSettings.Android.fullscreenMode
ExclusiveFullScreen | Windows platforms only. Sets your application so it has sole full-screen use of a display. |
FullScreenWindow | All platforms. Sets your application window to the full-screen native display resolution, covering the whole screen. |
MaximizedWindow | Windows and macOS platforms only. Sets your application window to the operating system's definition of maximized. |
Windowed | Desktop platforms only. Sets your application to a standard, movable window that's not full screen. |