コード例 #1
0
ファイル: Views.designer.cs プロジェクト: Avatarchik/EPoker
 public virtual void ExecutePanelOut(PanelOutCommand command)
 {
     command.Sender = DebugInfoPanel;
     DebugInfoPanel.PanelOut.OnNext(command);
 }
コード例 #2
0
ファイル: PanelView.cs プロジェクト: Avatarchik/EPoker
 public override void PanelOutExecuted(PanelOutCommand command)
 {
     GetPanelRoot().gameObject.SetActive(false);
 }
コード例 #3
0
ファイル: Views.designer.cs プロジェクト: Avatarchik/EPoker
 public virtual void PanelOutExecuted(PanelOutCommand command)
 {
 }
コード例 #4
0
 public virtual void PanelOutHandler(PanelOutCommand command)
 {
     this.PanelOut(command.Sender as PanelViewModel);
 }