Ejemplo n.º 1
0
 private void Update()
 {
     if (_canCheckForInput)
     {
         if (Input.GetMouseButtonDown(0))
         {
             _canCheckForInput = false;
             _loadingManager.RevealLoadingScreen();
         }
     }
 }
Ejemplo n.º 2
0
 public void ShowLoading()
 {
     LoadingScreenManager.RevealLoadingScreen();
 }