17 INLINE BulletConstraint::
30 ptr()->setBreakingImpulseThreshold(threshold);
36 INLINE PN_stdfloat BulletConstraint::
37 get_breaking_threshold()
const {
39 return (PN_stdfloat)ptr()->getBreakingImpulseThreshold();
45 INLINE
void BulletConstraint::
46 set_enabled(
bool enable) {
48 ptr()->setEnabled(enable);
54 INLINE
bool BulletConstraint::
57 return ptr()->isEnabled();
set_breaking_threshold
Sets the applied impulse limit for breaking the constraint.