pub fn border_radius() -> Component<Vec4>
Expand description

Border radius: Radius for each corner of an entity with a rect component.

x = top-left, y = top-right, z = bottom-left, w = bottom-right.

Attributes: Debuggable, Networked, Store