moveBy method

void moveBy(
  1. Vector2 shift
)

Implementation

void moveBy(Vector2 shift) {
  viewfinder += shift;
}