Click or drag to resize

Rect2GrowMargin Method

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
Syntax
C#
public 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: Rect2
The grown rect.
See Also