GodotSharpAPI
GodotSharpAPI
Godot
Rect2 Structure
Rect2 Constructor
Rect2 Constructor (Vector2, Vector2)
Rect2 Constructor (Single, Single, Vector2)
Rect2 Constructor (Vector2, Single, Single)
Rect2 Constructor (Single, Single, Single, Single)
Rect2 Constructor (Single, Single, Single, Single)
Constructs a Rect2 from x, y, width, and height.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
Copy
public
Rect2
(
float
x
,
float
y
,
float
width
,
float
height
)
Parameters
x
Type:
System
Single
The position's X coordinate.
y
Type:
System
Single
The position's Y coordinate.
width
Type:
System
Single
The width.
height
Type:
System
Single
The height.
See Also
Reference
Rect2 Structure
Rect2 Overload
Godot Namespace