Ejemplo n.º 1
0
 void OnGUI()
 {
     if (_confirmationDialog.IsVisible())
     {
         _confirmationDialog.DrawWindow();
     }
 }