string path = "texture.png"; byte[] bytes = texture.EncodeToPNG(); File.WriteAllBytes(path, bytes);. PNGフォーマット以外にもEXRフォーマット、JPG ...
確定! 回上一頁