Axiom.Graphics.CompositorScriptLoader.LogIllegal C# (CSharp) 메소드

LogIllegal() 정적인 개인적인 메소드

static private LogIllegal ( Axiom.Graphics.CompositorScriptContext context, string category, string token ) : void
context Axiom.Graphics.CompositorScriptContext
category string
token string
리턴 void
		static void LogIllegal( CompositorScriptContext context, string category, string token )
		{
			LogError( context, "Illegal {0} attribute '{1}'", category, token );
		}