Function Generic6DOFJoint.linearMotorXEnabled
If true
, then there is a linear motor on the X axis. It will attempt to reach the target velocity while staying within the force limits.
bool linearMotorXEnabled() nothrow @property @nogc;
void linearMotorXEnabled
(
bool v
) nothrow @property @nogc;