motorTargetVelocity property

double? get motorTargetVelocity

Target angular velocity for the joint's motor, in radians per second. Null disables the motor.

Implementation

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

Implementation

set motorTargetVelocity(double? value);