stop method

void stop()
inherited

Implementation

void stop() {
  velocity = Vector2.zero();
  _handleIdle();
}