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