コード例 #1
0
ファイル: ME_PlusButton.cs プロジェクト: EQUALKEY/ArithPuzzle
 public void ClickUpAsButton()
 {
     eccs.Clear();
     eccs.Oper = 1;
     Palette.SetActive(true);
 }
コード例 #2
0
 public void ClickUpAsButton()
 {
     eccs.Clear();
     eccs.Oper = 3;
     Cover.SetActive(true);
 }