Пример #1
0
 public static void PostPause(OWTime.PauseType pauseType)
 {
     if (pauseType == OWTime.PauseType.Reading)
     {
         Time.timeScale  = 1;
         _pauseNextFrame = true;
     }
 }
Пример #2
0
 public static bool StopPausing(OWTime.PauseType pauseType)
 => pauseType
 is OWTime.PauseType.Initializing