コード例 #1
0
ファイル: ButtonUI.cs プロジェクト: turbolek/wfsgj2018
 public void Select()
 {
     if (_active)
     {
         _active.Diselect();
     }
     _active = this;
     animator.SetBool("selected", true);
     //button.color = colors[1];
 }