Axiom.Scripting.Compiler.ScriptCompiler.TextureSourceTranslator.CheckFor C# (CSharp) Метод

CheckFor() приватный Метод

private CheckFor ( Keywords nodeId, Keywords parentId ) : bool
nodeId Keywords
parentId Keywords
Результат bool
			internal override bool CheckFor( Keywords nodeId, Keywords parentId )
			{
				return nodeId == Keywords.ID_TEXTURE_SOURCE && parentId == Keywords.ID_TEXTURE_UNIT;
			}
ScriptCompiler.TextureSourceTranslator