Table of Contents

Enum ScreenMode

Namespace
Cobilas.GodotEngine.Utility
Assembly
com.cobilas.godot.utility.dll

Represents screen modes.

public enum ScreenMode : byte

Fields

Borderless = 1

This mode will maintain a borderless, non-resizable window.

Fullscreen = 2

This mode will make the screen exclusively for the application.

Resizable = 0

This mode enables the screen in resizable windowed mode.