-
Hello, I'm practicing to get used to writing UI in BEVY. First, I design it in figma, and then I practice it in a way that implements the ui in bevy. Currently, while designing in figma, I put the radius effect in ui, but it is hard to find the function in bevy. Even if I search on Google, it's hard to find the relevant results. I saw a similar thread in 2022, but I couldn't understand it properly because my English was not good. Is there a way? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Currently bevy doesn't support border radius. But it plans to add it in the future. The feature exist, just not merged yet. It's probably going to be available in 0.12.
|
Beta Was this translation helpful? Give feedback.
Currently bevy doesn't support border radius.
But it plans to add it in the future. The feature exist, just not merged yet. It's probably going to be available in 0.12.