unity3d 自带截屏
时间:2014-05-03 23:43:11
收藏:0
阅读:294
Application.CaptureScreenshot("Screenshot.png");
截屏后的文件所在路径:Application.persistentDataPath
评论(0)
Application.CaptureScreenshot("Screenshot.png");
截屏后的文件所在路径:Application.persistentDataPath