isLimitEnabled method

bool isLimitEnabled()

Is the joint limit enabled?

Implementation

bool isLimitEnabled() {
  return _enableLimit;
}