상속: Texture
예제 #1
0
 public void Setup(Window window)
 {
     renderTexture = new RenderTexture(window.Width, window.Height);
 }