WindowOptions Class
Configuration options for the game window.
public sealed class WindowOptions
Inheritance System.Object → WindowOptions
| Properties | |
|---|---|
| Borderless | Gets or sets whether the window has window decorations (border, title bar). |
| Fullscreen | Gets or sets whether the window starts in fullscreen mode. |
| Height | Gets or sets the window height in pixels. Defaults to 720. Must be between 1 and 4320 pixels. |
| Maximized | Gets or sets whether the window starts maximized. |
| Resizable | Gets or sets whether the window is resizable by the user. |
| Title | Gets or sets the window title. Defaults to "Brine2D Game". |
| Width | Gets or sets the window width in pixels. Defaults to 1280. Must be between 1 and 7680 pixels. |