disableMotor method
Set the target rotational speed of the hinge constraint.
Implementation
void disableMotor(int wheelIndex) {
final hingeConstraint = constraints[wheelIndex];
hingeConstraint.disableMotor();
}
Set the target rotational speed of the hinge constraint.
void disableMotor(int wheelIndex) {
final hingeConstraint = constraints[wheelIndex];
hingeConstraint.disableMotor();
}