Searched defs:setMaxMotorForce (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/motors/
H A DRotationalLimitMotor.java92 public void setMaxMotorForce(float maxMotorForce) { method in class:RotationalLimitMotor
93 setMaxMotorForce(motorId, maxMotorForce);
96 private native void setMaxMotorForce(long motorId, float maxMotorForce); method in class:RotationalLimitMotor
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/motors/
H A DRotationalLimitMotor.java78 public void setMaxMotorForce(float maxMotorForce) { method in class:RotationalLimitMotor

Completed in 46 milliseconds