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