JointMotor.targetVelocity
var targetVelocity: float;
Description

The motor will apply a force up to force to achieve targetVelocity.

	// Achieve 10 m/s.
	hingeJoint.motor.targetVelocity = 10;