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