This commit is contained in:
griffi-gh 2024-08-04 21:04:27 +02:00
parent 7ef1929906
commit 61989c7a79

View file

@ -2,12 +2,6 @@ use glam::Vec2;
use hui_shared::rect::{Corners, FillColor};
pub struct PaintRectParams {
/// Position of the top-left corner of the rectangle.
pub position: Vec2,
/// Position of the bottom-right corner of the rectangle.
pub size: Vec2,
/// Color of the rectangle.
pub color: FillColor,