コード例 #1
0
 public void ClosePop()
 {
     IndexPop = IndexPop.None;
 }
コード例 #2
0
 public void OpenPop(IndexPop indexPop)
 {
     _ea.GetEvent <TogglePopupEvent>().Publish(indexPop);
 }
コード例 #3
0
 public void OpenPop(IndexPop indexPop)
 {
     IndexPop = indexPop;
 }