private void OnStartDemo()
 {
     // The navigation panel will automatically navigate
     // to the first screen upon opening
     uiFrame.ShowPanel(ScreenIds.NavigationPanel);
     uiFrame.ShowPanel(ScreenIds.ToastPanel);
 }
Beispiel #2
0
 private void OnGameStart()
 {
     uiFrame.ShowPanel("AstTracker");
 }