Exemplo n.º 1
0
 public bool Collides(Vector2 touchPosition)
 {
     return(Layout.IsInside(touchPosition));
 }