Enum WindowMode
- Namespace
- TinyLife
- Assembly
- TinyLife.dll
An enumeration used for determining what type of display mode the game should have in Options.
public enum WindowMode
- Extension Methods
Fields
Windowed = 0Display the game as a resizable window with a title bar.
Fullscreen = 1Display the game in hardware mode switched fullscreen.
Borderless = 2Display the game in non-hardware mode switched fullscreen, sometimes called borderless window or fullscreen window.