摘要: http://game.ceeger.com/Script/Application/Application.CaptureScreenshot.html[java]function OnGUI(){ if(GUI.Button(Rect(Screen.width*0.5-50,Screen.height*0.5-50,100,100),"screen")){ Application.CaptureScreenshot("Screenshot.png"); }}【c#】using UnityEngine; using System.Collections; 阅读全文
posted @ 2012-08-08 18:24 渡蓝 阅读(1690) 评论(0) 推荐(0) 编辑