Returns true if this Rect2 completely encloses another one.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntaxpublic bool Encloses(
Rect2 b
)
Parameters
- b
- Type: GodotRect2
The other rect that may be enclosed.
Return Value
Type:
BooleanA bool for whether or not this rect encloses `b`.
See Also