Rect From XYWH
Rects
The Rect From XYWH node takes in the X
position, Y
position, Width
of the rect, and height
of the rect as a float and returns a rect value.
Inputs
X (float)
The X position (top left of the rect)
Y (float)
The Y position (top left of the rect)
Width (float)
The width of the rect.
Height (float)
The height of the rect.
Outputs
Rect (Rect)
The rect value.