Click or drag to resize

OSIsWindowResizable Method

Note: This API is now obsolete.

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

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

Return Value

Type: Boolean

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

See Also