RenderTexture

it2025-10-03  5

创建renderertexture赋值摄像机 用RawImage方式用Graphics.DrawTexture void OnGUI() { if (isshow) { if (Event.current.type.Equals(EventType.Repaint)) { Graphics.DrawTexture(new Rect(200, 100, 128, 128), tex); } } }
最新回复(0)