Rect2 Constructor (Single, Single, Vector2) |
Constructs a Rect2 from x, y, and size.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntaxpublic Rect2(
float x,
float y,
Vector2 size
)
Parameters
- x
- Type: SystemSingle
The position's X coordinate. - y
- Type: SystemSingle
The position's Y coordinate. - size
- Type: GodotVector2
The size.
See Also