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){