Function HingeJoint.angularLimitEnable
If true
, the hinges maximum and minimum rotation, defined by angularLimit/lower
and angularLimit/upper
has effects.
bool angularLimitEnable() nothrow @property @nogc;
void angularLimitEnable
(
bool v
) nothrow @property @nogc;