GameFramework.GameControler.PauseGameForeground C# (CSharp) Method

PauseGameForeground() public static method

public static PauseGameForeground ( bool isPause ) : void
isPause bool
return void
        public static void PauseGameForeground(bool isPause)
        {
            s_IsPausedForeground = isPause;
        }