Added a method to retrieve the parameter flags to the btPoint2PointConstraint.

This commit is contained in:
MakoEnergy
2015-05-27 21:00:30 -05:00
parent e48e14889c
commit 2f96d050ee

View File

@@ -116,6 +116,11 @@ public:
virtual void setParam(int num, btScalar value, int axis = -1);
///return the local value of parameter
virtual btScalar getParam(int num, int axis = -1) const;
virtual int getFlags() const
{
return m_flags;
}
virtual int calculateSerializeBufferSize() const;