DrawRectOpt: RenderProps & width: number
Width of the rectangle.height: number
Height of the rectangle.gradient?: [Color, Color]
Use gradient instead of solid color.since
horizontal?: boolean
If the gradient should be horizontal.since
fill?: boolean
If fill the shape with color (set this to false if you only want an outline).radius?: number | number[]
The radius of each corner.anchor?: Anchor | Vec2
The anchor point, or the pivot point. Default to "topleft".
How the rectangle should look like.width: number
Width of the rectangle.height: number
Height of the rectangle.gradient?: [Color, Color]
Use gradient instead of solid color.since
horizontal?: boolean
If the gradient should be horizontal.since