flipVertically method

void flipVertically()

Implementation

void flipVertically() {
  scale = Vector2(_scale.x, -_scale.y);
}