Click or drag to resize

Rect2 Constructor (Single, Single, Vector2)

Constructs a Rect2 from x, y, and size.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public 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