Page 1 of 1

Text+ node, expression not working properly.

PostPosted: Fri Apr 25, 2025 5:49 pm
by VdoEditz
Hii!

I wanted to attach the text+ node's offset value to a rectangle node's center value.

I wrote this - Point(Rectangle1.Center.X, Rectangle1.Center.Y)

the text didn't appear exactly at the center of the rectangle. But when I attached a transform node to the Text+ node and then wrote this expression in the transform node's Center value. Then it worked. Why is that??