Example #1
0
 public virtual void ExecutePanelIn(PanelInCommand command)
 {
     command.Sender = DebugInfoPanel;
     DebugInfoPanel.PanelIn.OnNext(command);
 }
Example #2
0
 public override void PanelInExecuted(PanelInCommand command)
 {
     GetPanelRoot().gameObject.SetActive(true);
 }
Example #3
0
 public virtual void PanelInExecuted(PanelInCommand command)
 {
 }
 public virtual void PanelInHandler(PanelInCommand command)
 {
     this.PanelIn(command.Sender as PanelViewModel);
 }