Exemplo n.º 1
0
 public void Drag(Vector2 delta)
 {
     rect.position += delta;
     inPoint.updateRect(rect);
     outPoint.updateRect(rect);
 }