Beispiel #1
0
 private void RED_ExitCancel()
 {
     Debug.Log("RED Exit cancled");
     UiPanel.EnableCanvasGroup(true);
 }
Beispiel #2
0
 private void BLUE_ExitCancel()
 {
     Debug.Log("BLUE Exit cancled");
     UiPanel.EnableCanvasGroup(true);
 }
Beispiel #3
0
 private void GREEN_ExitCancel()
 {
     Debug.Log("GREEN Exit cancled");
     UiPanel.EnableCanvasGroup(true);
 }