Пример #1
0
 protected virtual void ConvertTexture()
 {
     texture2D.Apply();
     bytes = texture2D.EncodeToPNG();
     currentStep++;
 }