Click or drag to resize

OSMaxWindowSize Property

The maximum 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 MaxWindowSize { get; set; }

Property Value

Type: Vector2
See Also