Returns this Rect2 expanded to include a given point.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntaxpublic Rect2 Expand(
Vector2 to
)
Parameters
- to
- Type: GodotVector2
The point to include.
Return Value
Type:
Rect2The expanded rect.
See Also