19void PhysxJointLimitDesc::
20set_value(
float value) {
28void PhysxJointLimitDesc::
29set_restitution(
float restitution) {
31 _desc.restitution = restitution;
37void PhysxJointLimitDesc::
38set_hardness(
float hardness) {
40 _desc.hardness = hardness;
46float PhysxJointLimitDesc::
55float PhysxJointLimitDesc::
56get_restitution()
const {
58 return _desc.restitution;
64float PhysxJointLimitDesc::
67 return _desc.hardness;
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.