What better: ImageLabel with rounded corners and 9-slice editor, or Frame with UICorner?

Hello. I’m trying to make terrain editor plugin. Now I’m trying to make advanced terrain generator with… Nodes:
image

(Not be shocked, this’s just premaded UI which I’ll copy-paste into script, so it will be able create them)

On this picture you can clearly see, that every node have a lot of rounded parts, like Title, Properties holder, Inputs… Can someone tell me, what better: create nodes with Frames and UICorners or ImageLabels?

I suggest using a Frame with UICorner, as imagelabels have a tendency to load slow and you won’t be able to see the frame until it does load.

And UICorners do look cleaner as it’s integrated in Studio.

1 Like