Returns a copy of the Rect2 grown a given amount of units towards the
Margin direction.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntaxpublic Rect2 GrowMargin(
Margin margin,
float by
)
Parameters
- margin
- Type: GodotMargin
The direction to grow in. - by
- Type: SystemSingle
The amount to grow by.
Return Value
Type:
Rect2The grown rect.
See Also