Exemple #1
0
 public void Hide(PageBase page)
 {
     page.OnClosing();
     page.gameObject.SetActive(false);
     page.OnClosed();
 }