Rect From Position Size
Rects
The Rect From Position Size node takes in 2 specific float2 values, a position of the rect's X
and Y
position, and the size of the rect with the literal Width
and Height
, then returns a rect value. In contrast to the Rect From Min Max node where it adds the position and size to get a rect's bounding data.
Inputs
Position (float2)
The X
and Y
position for this rect.
Size (float2)
The literal Width
and Height
size for this rect.
Outputs
Rect (Rect)
Returns the rect value.