Rect To XYWH
Rects
The Rect To XYWH node takes in a rect value and returns the split up information of the X
position, Y
position, Width
of the rect, and height
of the rect as a float.
Inputs
Rect (Rect)
The rect value.
Outputs
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.