Merge pull request #75612 from lawnjelly/fix_skele2d_bounds2

[3.x] Fix Polygon2D skinned bounds (for culling)
This commit is contained in:
Rémi Verschelde 2023-04-25 16:24:59 +02:00
commit bfb6877b3c
No known key found for this signature in database
GPG key ID: C3336907360768E1
10 changed files with 269 additions and 55 deletions

View file

@ -620,6 +620,8 @@ public:
FUNC2(canvas_item_set_z_as_relative_to_parent, RID, bool)
FUNC3(canvas_item_set_copy_to_backbuffer, RID, bool, const Rect2 &)
FUNC2(canvas_item_attach_skeleton, RID, RID)
FUNC2(canvas_item_set_skeleton_relative_xform, RID, Transform2D)
FUNC1R(Rect2, _debug_canvas_item_get_rect, RID)
FUNC1(canvas_item_clear, RID)
FUNC2(canvas_item_set_draw_index, RID, int)