Table of Contents

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 = 0

Display the game as a resizable window with a title bar.

Fullscreen = 1

Display the game in hardware mode switched fullscreen.

Borderless = 2

Display the game in non-hardware mode switched fullscreen, sometimes called borderless window or fullscreen window.