Click or drag to resize

Rect2Grow Method

Returns a copy of the Rect2 grown a given amount of units towards all the sides.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Rect2 Grow(
	float by
)

Parameters

by
Type: SystemSingle
The amount to grow by.

Return Value

Type: Rect2
The grown rect.
See Also