motorMaxForce property

double? get motorMaxForce

Maximum torque the motor may apply. Null disables the motor.

Implementation

double? get motorMaxForce;
set motorMaxForce (double? value)

Implementation

set motorMaxForce(double? value);