Class WindowModes
Window startup modes - used when recreating the window via the Gfx manager.
Inheritance
System.Object
WindowModes
Namespace: BonEngineSharp.Defs
Assembly: BonEngineSharp.dll
Syntax
public sealed class WindowModes : Enum
Fields
Fullscreen
Fullscreen mode (change resolution).
Declaration
public const WindowModes Fullscreen
Field Value
| Type | Description |
|---|---|
| WindowModes |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Windowed
Windowed mode.
Declaration
public const WindowModes Windowed
Field Value
| Type | Description |
|---|---|
| WindowModes |
WindowedBorderless
Windowed mode without border.
Declaration
public const WindowModes WindowedBorderless
Field Value
| Type | Description |
|---|---|
| WindowModes |