Пример #1
0
 public void SaveTextureAtPath(Texture2D tex2D, string path, ImageType imgType)
 {
     snapShot.SaveTextureAtPath(tex2D, path, imgType);
 }