updatePositionStart method

void updatePositionStart(
  1. Vector2 to
)

Implementation

void updatePositionStart(Vector2 to){
  from.x = to.x;
  from.y = to.y;
}