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