I am wondering if it is possible to only have some corners rounded when using UiCorners.
I want it so that the top corners of these text labels are rounded but not the bottom ones. If this is possible how do I do it?
I am wondering if it is possible to only have some corners rounded when using UiCorners.
I want it so that the top corners of these text labels are rounded but not the bottom ones. If this is possible how do I do it?
You’d have to make an imageLabel, or place an empty label without rounded corners below that one.
An alternative that you could do is make the rounded square in a photo-editing software, that way you could freely edit how it looks like.
All the other methods are impractical, here’s a method i do which is really simple.
You can make a frame thing at the bottom with border transparency set to 0 and is the same color as the cornered ui. So that way, some sides are sharp while other’s aren’t
I personally use a free program called Adobe XD, in here, you can add a box and bevel individual corners or selected corners as demonstrated below.
Here’s a better explanation as to what @luisgamercooI231fan hopefully means:
You can have a simple frame that sits at the bottom with no border (BorderSizePixel 0). You position it at the bottom and you can extend the size to any length greater than the (absolute) corner radius of the frame with rounded corners, but I decided to make the size extend up to the rounded corners at the top:
(Me selecting the other frame)
Its properties:
You can use this plugin [Roundify]
It could help you rounding your corners.
Edit : I Misread it as all corners not selected corners, mb
add a ui stroke set its thickness to 0.1 and its LineJoinMode to bevel, add a UIGradient under it and edit its transparency curve (by clicking the … on transparency) and rotation depending on which corner(s) you want to not have rounded.