예제 #1
0
 void ResetConfigButtonColor()
 {
     Image[] configButtonsColor = ItemsConfigPanel.GetComponentsInChildren <Image>();
     foreach (Image configButton in configButtonsColor)
     {
         configButton.color = Color.white;
     }
 }
예제 #2
0
 void FlipItemConfigPanel()
 {
     ItemsConfigPanel.SetActive(!ItemsConfigPanel.activeSelf);
 }