Example #1
0
 void onViewShown(ViewShownEvent e)
 {
     touchBlocker.SetActive(false);
 }
Example #2
0
 protected void onViewShown(ViewShownEvent e)
 {
     eventService.RemoveListener<ViewShownEvent>(onViewShown);
     nextAction();
 }