Click or drag to resize

ControlSetCustomMinimumSize Method

Note: This API is now obsolete.

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

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

Parameters

size
Type: GodotVector2

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

See Also