Exemplo n.º 1
0
 public void Setup(Window window)
 {
     renderTexture = new RenderTexture(window.Width, window.Height);
 }