Function Generic6DOFJoint.linearMotorYEnabled

If true, then there is a linear motor on the Y axis. It will attempt to reach the target velocity while staying within the force limits.

bool linearMotorYEnabled() nothrow @property @nogc;

void linearMotorYEnabled (
  bool v
) nothrow @property @nogc;