DrawRectOpt: RenderProps & width: number
Width of the rectangle.
height: number
Height of the rectangle.
gradient?: [Color, Color]
Use gradient instead of solid color.
since
v3000.0
horizontal?: boolean
If the gradient should be horizontal.
since
v3000.0
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".
width: number
Width of the rectangle.
height: number
Height of the rectangle.
gradient?: [Color, Color]
Use gradient instead of solid color.
since
v3000.0
horizontal?: boolean
If the gradient should be horizontal.
since
v3000.0
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.