Exemplo n.º 1
0
 private RectInt Draw(RectInt rect)
 {
     return(rect.DrawBounds(Color.cyan, Vector2.zero));
 }