Expose box2d’s RopeJoint::SetMaxLength().

--HG--
branch : fb_add_ropejoint_setmaxlength
This commit is contained in:
Bill Clagett
2016-11-20 23:00:22 -05:00
parent b084934311
commit ead4186734
3 changed files with 14 additions and 0 deletions
+1
View File
@@ -50,6 +50,7 @@ public:
* Gets the maximum length of the rope.
**/
float getMaxLength() const;
void setMaxLength(float length);
private:
// The Box2D RopeJoint object.