public void Drag(Vector2 delta) { rect.position += delta; inPoint.updateRect(rect); outPoint.updateRect(rect); }