mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
added get/setGroupIndex to CircleShape and PolygonShape
This commit is contained in:
@@ -83,6 +83,8 @@ namespace box2d
|
||||
{ "setData", w_Shape_setData },
|
||||
{ "getData", w_Shape_getData },
|
||||
{ "getBoundingBox", w_Shape_getBoundingBox },
|
||||
{ "getGroupIndex", w_Shape_getGroupIndex },
|
||||
{ "setGroupIndex", w_Shape_setGroupIndex },
|
||||
{ "destroy", w_Shape_destroy },
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user