示例#1
0
 public Texture2D LoadTexture(string path, int width, int height)
 {
     return(FileHelper.ReadToTexture2D(path, width, height));
 }