Click or drag to resize

OSSetMinWindowSize Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.OS.SetMinWindowSize(Godot.Vector2)"]

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

Parameters

size
Type: GodotVector2

[Missing <param name="size"/> documentation for "M:Godot.OS.SetMinWindowSize(Godot.Vector2)"]

See Also