Click or drag to resize

Rect2Encloses Method

Returns true if this Rect2 completely encloses another one.

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

Parameters

b
Type: GodotRect2
The other rect that may be enclosed.

Return Value

Type: Boolean
A bool for whether or not this rect encloses `b`.
See Also