mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Update ChainShape API
--HG-- branch : box2d-update
This commit is contained in:
@@ -66,6 +66,11 @@ namespace box2d
|
||||
**/
|
||||
void setPrevVertex(float x, float y);
|
||||
|
||||
/**
|
||||
* Gets the number of children shapes.
|
||||
**/
|
||||
int getChildCount() const;
|
||||
|
||||
/**
|
||||
* Returns a child EdgeShape.
|
||||
* @param index The index of the child shape.
|
||||
|
||||
Reference in New Issue
Block a user