程序退出

程序退出

#if UNITY_EDITOR
        UnityEditor.EditorApplication.isPlaying = false;
#else
        Application.Quit();
#endif

  

posted @ 2023-03-11 15:11  gatran  阅读(18)  评论(0)    收藏  举报