截图
摘要:public static Texture2D CaptureScreen(Camera came, Rect r) { RenderTexture rt = new RenderTexture((int)r.width, (int)r.height, 0); came.targetTexture = rt; came.Render...
阅读全文
posted @ 2019-06-21 09:49
posted @ 2019-06-21 09:49
posted @ 2019-06-21 09:42