private void StopOrientationCheck() { Log.Debug("StopOrientationCheck"); AsyncResolver.CancelCall(ref _intervalId); }
public void PreDestroy() { CoroutineProvider.StopCoroutine(ref _coroutine); AsyncResolver.CancelCall(ref _callId); }