You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-02 16:48:55 +00:00
Add methods to draw ellipses
This commit is contained in:
@@ -982,6 +982,7 @@ public:
|
||||
FUNC5(canvas_item_add_polyline, RID, const Vector<Point2> &, const Vector<Color> &, float, bool)
|
||||
FUNC5(canvas_item_add_multiline, RID, const Vector<Point2> &, const Vector<Color> &, float, bool)
|
||||
FUNC4(canvas_item_add_rect, RID, const Rect2 &, const Color &, bool)
|
||||
FUNC6(canvas_item_add_ellipse, RID, const Point2 &, float, float, const Color &, bool)
|
||||
FUNC5(canvas_item_add_circle, RID, const Point2 &, float, const Color &, bool)
|
||||
FUNC6(canvas_item_add_texture_rect, RID, const Rect2 &, RID, bool, const Color &, bool)
|
||||
FUNC7(canvas_item_add_texture_rect_region, RID, const Rect2 &, RID, const Rect2 &, const Color &, bool, bool)
|
||||
|
||||
Reference in New Issue
Block a user