mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Exposed shape:getBody
This commit is contained in:
@@ -71,6 +71,7 @@ namespace box2d
|
||||
{ "getFriction", w_Shape_getFriction },
|
||||
{ "getRestitution", w_Shape_getRestitution },
|
||||
{ "getDensity", w_Shape_getDensity },
|
||||
{ "getBody", w_Shape_getBody },
|
||||
{ "isSensor", w_Shape_isSensor },
|
||||
{ "testPoint", w_Shape_testPoint },
|
||||
{ "testSegment", w_Shape_testSegment },
|
||||
|
||||
Reference in New Issue
Block a user