Fixed input type on description header. |
m YoshBot moved page ProtoFlux:Translate Rect to ProtoFlux:TranslateRect: Automated: removing spaces from ProtoFlux namespace |
(No difference)
|
Latest revision as of 00:37, 21 August 2025
Translate Rect
Rects
The Translate Rect node takes in a rect value and an offset (float2) which corresponds with the X
and Y
position of the entire rect, and returns a rect that has been translated to its new location.
Inputs
Rect (Rect)
The rect to offset.
Offset (float2)
The X
and Y
position to shift the rect in a direction.
Outputs
* (Rect)
Returns the translated rect.