Graphics.RenderTexture() causes extra image to appear on canavas

后端 未结 0 1845

I have some code like this:

readonly Rect WORK_SOURCE_RECT = new Rect(0f, 0f, 1f, 1f);
Color[] workPixels;

void Start() {
  Texture2D workTexture = new Texture2D         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题