byte[] pbytes = texture.EncodeToPNG(); File.WriteAllBytes(path, pbytes);. This code exists in a for loop, where I'm saving large quantities of large images. By ...
確定! 回上一頁