Click or drag to resize

Rect2 Constructor (Vector2, Single, Single)

Constructs a Rect2 from a position, width, and height.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Rect2(
	Vector2 position,
	float width,
	float height
)

Parameters

position
Type: GodotVector2
The position.
width
Type: SystemSingle
The width.
height
Type: SystemSingle
The height.
See Also