int H = texture.height; int xc = W/2; int yc = H/2; for (j=0; j<H; j++){ for (i=0; i<W; i++){ arr2[j*W+i] = new Color32(0,0,0,0);
確定! 回上一頁