stopBouncing method

void stopBouncing()

Implementation

void stopBouncing() {
  _bouncingObjectEnabled = false;
}