Click or drag to resize

OSMinWindowSize Property

The minimum size of the window (without counting window manager decorations). Does not affect fullscreen mode. Set to (0, 0) to reset to the system default value.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Vector2 MinWindowSize { get; set; }

Property Value

Type: Vector2
See Also