Esempio n. 1
0
 public virtual void ExecutePanelOut(PanelOutCommand command)
 {
     command.Sender = DebugInfoPanel;
     DebugInfoPanel.PanelOut.OnNext(command);
 }
Esempio n. 2
0
 public override void PanelOutExecuted(PanelOutCommand command)
 {
     GetPanelRoot().gameObject.SetActive(false);
 }
Esempio n. 3
0
 public virtual void PanelOutExecuted(PanelOutCommand command)
 {
 }
Esempio n. 4
0
 public virtual void PanelOutHandler(PanelOutCommand command)
 {
     this.PanelOut(command.Sender as PanelViewModel);
 }