Exemplo n.º 1
0
 public Element hit(Vector2 point)
 {
     point = root.parentToLocalCoordinates(point);
     return(root.hit(point));
 }