Esempio n. 1
0
        private void StopOrientationCheck()
        {
            Log.Debug("StopOrientationCheck");

            AsyncResolver.CancelCall(ref _intervalId);
        }
Esempio n. 2
0
 public void PreDestroy()
 {
     CoroutineProvider.StopCoroutine(ref _coroutine);
     AsyncResolver.CancelCall(ref _callId);
 }