BBGamelib.CCTPProcessor.OnPreprocessTexture C# (CSharp) Method

OnPreprocessTexture() static private method

static private OnPreprocessTexture ( ) : void
return void
		void OnPreprocessTexture ()
		{
			string plist = Path.ChangeExtension (assetPath, ".plist");
			if (File.Exists (plist)) {
				analyze(assetPath, plist);
			}
		}
		void analyze(string image, string plist){