Rect2 Constructor (Vector2, Vector2) |
Constructs a Rect2 from a position and size.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntaxpublic Rect2(
Vector2 position,
Vector2 size
)
Parameters
- position
- Type: GodotVector2
The position. - size
- Type: GodotVector2
The size.
See Also