Axiom.Scripting.Compiler.ScriptCompiler.TextureUnitTranslator.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_UNIT && parentId == Keywords.ID_PASS;
			}
ScriptCompiler.TextureUnitTranslator