コード例 #1
0
 public void show()
 {
     SP.hide();
     Panel.SetActive(true);
 }
コード例 #2
0
 public void show()
 {
     SP.hide();
     fillButtons();
     Panel.SetActive(true);
 }
コード例 #3
0
ファイル: Store.cs プロジェクト: alexanderchatham/RunningGame
 public void show()
 {
     numberOfCoins.text = PlayerPrefs.GetInt("Coins", 0).ToString();
     SP.hide();
     Panel.SetActive(true);
 }