drawEllipse(opt: DrawEllipseOpt): void

Draw an ellipse.

paramopt- The draw ellipse options.

drawEllipse({
    pos: vec2(100, 200),
    radiusX: 120,
    radiusY: 120,
    color: rgb(255, 255, 0),
});

sincev3000.0

kaplay logo

Misc

Layer