- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
/** Get the upper joint limit in radians. */ public float getUpperLimit () { return joint.getUpperLimit(); }
builder.setEnableLimit(j.isLimitEnabled()); builder.setLowerLimit(j.getLowerLimit()); builder.setUpperLimit(j.getUpperLimit()); builder.setEnableMotor(j.isMotorEnabled()); builder.setMotorSpeed(j.getMotorSpeed());