Circle

A procedurally generated engine2d circle

virtuosity.engine2d.graphics.Circle

Components


container

container of the render object



Parameter Type Description
container Container container of the render object
zIndex Number zIndex of the render object

position

position of the graphics object

Parameter Type Description Default
x Number x coordinate of the graphics object 0
y Number y coordinate of the graphics object 0

radius

radius of the render object



Parameter Type Description
radius Number radius of the render object

color

color of the graphics object

Parameter Type Description Default
color Hex color of the graphics object 0xffffff

alpha

alpha of the graphics object

Parameter Type Description Default
alpha Number alpha of the graphics object 1