Searched refs:getSoftnessLimAng (Results 1 – 3 of 3) sorted by relevance
238 public float getSoftnessLimAng() { in getSoftnessLimAng() method in SliderJoint239 return getSoftnessLimAng(objectId); in getSoftnessLimAng()242 private native float getSoftnessLimAng(long objectId); in getSoftnessLimAng() method in SliderJoint444 capsule.write(getSoftnessLimAng(), "softnessLimAng", 0f); in write()
186 public float getSoftnessLimAng() { in getSoftnessLimAng() method in SliderJoint187 return ((SliderConstraint) constraint).getSoftnessLimAng(); in getSoftnessLimAng()332 capsule.write(((SliderConstraint) constraint).getSoftnessLimAng(), "softnessLimAng", 0f); in write()
472 return joint->getSoftnessLimAng(); in Java_com_jme3_bullet_joints_SliderJoint_getSoftnessLimAng()