unity中安卓应用退出

来源:互联网 发布:做好网络舆情工作 编辑:程序博客网 时间:2024/06/07 06:24

if(Input.GetKey(KeyCode.Escape))

{

Application.Quit();

}

0 0
原创粉丝点击