Click or drag to resize

Rect2Merge Method

Returns a larger Rect2 that contains this Rect2 and `b`.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Rect2 Merge(
	Rect2 b
)

Parameters

b
Type: GodotRect2
The other rect.

Return Value

Type: Rect2
The merged rect.
See Also