BBGamelib.CCTPProcessor.OnPreprocessTexture C# (CSharp) Метод

OnPreprocessTexture() статический приватный Метод

static private OnPreprocessTexture ( ) : void
Результат void
		void OnPreprocessTexture ()
		{
			string plist = Path.ChangeExtension (assetPath, ".plist");
			if (File.Exists (plist)) {
				analyze(assetPath, plist);
			}
		}
		void analyze(string image, string plist){