Enum ScreenMode
- Namespace
- Cobilas.GodotEngine.Utility
- Assembly
- com.cobilas.godot.utility.dll
Represents screen modes.
public enum ScreenMode : byte
Fields
Borderless = 1This mode will maintain a borderless, non-resizable window.
Fullscreen = 2This mode will make the screen exclusively for the application.
Resizable = 0This mode enables the screen in resizable windowed mode.