Searched refs:maxAngMotorForce (Results 1 – 2 of 2) sorted by relevance
412 public void setMaxAngMotorForce(float maxAngMotorForce) { in setMaxAngMotorForce() argument413 setMaxAngMotorForce(objectId, maxAngMotorForce); in setMaxAngMotorForce()470 float maxAngMotorForce = capsule.readFloat("maxAngMotorForce", 0f); in read() local506 setMaxAngMotorForce(maxAngMotorForce); in read()
302 public void setMaxAngMotorForce(float maxAngMotorForce) { in setMaxAngMotorForce() argument303 ((SliderConstraint) constraint).setMaxAngMotorForce(maxAngMotorForce); in setMaxAngMotorForce()358 float maxAngMotorForce = capsule.readFloat("maxAngMotorForce", 0f); in read() local394 ((SliderConstraint)constraint).setMaxAngMotorForce(maxAngMotorForce); in read()