ProtoFlux:Rect From XY WH

From Resonite Wiki
Revision as of 08:04, 30 June 2024 by AmasterAmaster (talk | contribs) (Created a page for the Rect From XYWH node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Rect From XYWH
X
Rect
Y
Width
Height
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.

If you need to split your values from a rect, use the Rect To XYWH node instead.

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.