mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-21 14:48:42 -06:00
uwu
This commit is contained in:
parent
7ef1929906
commit
61989c7a79
|
@ -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,
|
||||
|
||||
|
|
Loading…
Reference in a new issue