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

This commit is contained in:
MakoEnergy
2015-05-09 04:32:20 -05:00
parent 150d0dfc02
commit c30a3baad0

View File

@@ -334,6 +334,11 @@ public:
///return the local value of parameter
virtual btScalar getParam(int num, int axis = -1) const;
int getFlags() const
{
return m_flags;
}
virtual int calculateSerializeBufferSize() const;
///fills the dataBuffer and returns the struct name (and 0 on failure)