Control_GetMinimumSize Method |
Virtual method to be implemented by the user. Returns the minimum size for this control. Alternative to RectMinSize for controlling minimum size via code. The actual minimum size will be the max value of these two (in each axis separately).
If not overridden, defaults to .
Namespace: Godot
public virtual Vector2 _GetMinimumSize()
[Missing <returns> documentation for "M:Godot.Control._GetMinimumSize"]