Ejemplo n.º 1
0
 public void ShowDetails()
 {
     cardImage.SetActive(false);
     ViewingPanel.SetActive(true);
     ButtonPanel.SetActive(true);
     ShowCardButton.SetActive(true);
     ShowDetailsButton.SetActive(false);
 }
Ejemplo n.º 2
0
 // Start is called before the first frame update
 void Start()
 {
     cardImage.SetActive(false);
     ShowDetailsButton.SetActive(false);
 }