Searched refs:setTargetVelocity (Results 1 – 6 of 6) sorted by relevance
80 public void setTargetVelocity(float targetVelocity) { in setTargetVelocity() method in RotationalLimitMotor81 setTargetVelocity(motorId, targetVelocity); in setTargetVelocity()84 private native void setTargetVelocity(long motorId, float targetVelocity); in setTargetVelocity() method in RotationalLimitMotor
70 public void setTargetVelocity(float targetVelocity) { in setTargetVelocity() method in RotationalLimitMotor
180 public final void setTargetVelocity(Vector2 targetVelocity) { in setTargetVelocity() method in GameObject
121 parentObject.setTargetVelocity(newVelocity); in update()
187 … rotationalLimitMotor.setTargetVelocity(capsule.readFloat("rotMotor" + i + "_TargetVelocity", 0)); in read()
189 … rotationalLimitMotor.setTargetVelocity(capsule.readFloat("rotMotor" + i + "_TargetVelocity", 0)); in read()