Update ChainShape API

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-23 22:32:39 -04:00
parent 367dbc2ecc
commit 6e7d83d7ea
4 changed files with 23 additions and 3 deletions
+5
View File
@@ -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.