Click or drag to resize

OSGetMaxWindowSize Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.OS.GetMaxWindowSize"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetMaxWindowSize is deprecated. Use the MaxWindowSize property instead.")]
public static Vector2 GetMaxWindowSize()

Return Value

Type: Vector2

[Missing <returns> documentation for "M:Godot.OS.GetMaxWindowSize"]

See Also