Click or drag to resize

ControlRectSize Property

The size of the node's bounding rectangle, in pixels. Container nodes update this property automatically.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector2 RectSize { get; set; }

Property Value

Type: Vector2
See Also