17INLINE PhysxJointLimitDesc::
18PhysxJointLimitDesc() {
25INLINE PhysxJointLimitDesc::
26PhysxJointLimitDesc(
float value,
float restitution,
float hardness) {
29 _desc.restitution = restitution;
30 _desc.hardness = hardness;
36INLINE PhysxJointLimitDesc::
37~PhysxJointLimitDesc() {