ProtoFlux:Rect To Min Max

From Resonite Wiki
Revision as of 08:26, 30 June 2024 by AmasterAmaster (talk | contribs) (Created a page for the Rect To Min Max node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Rect To Min Max
Rect
Min
Max
Rects

The Rect To Min Max node takes in a rect value and returns 2 specific float2 values, showing the minimum size of the rect, usually just at the X and Y position, and also returning the max size of this rect, which is usually X + Width and Y + Height.

Inputs

Rect (Rect)

The rect value.

Outputs

Min (float2)

Returns the minimum size of this rect (usually returning the X and Y position of this rect).

Max (float2)

Returns the maximum size of this rect (usually returning the X + Width and Y + Height of this rect).