Nez.Matcher.exclude C# (CSharp) 메소드

exclude() 공개 메소드

public exclude ( ) : Matcher
리턴 Matcher
		public Matcher exclude( params Type[] types )
		{
			foreach( var type in types )
				exclusionSet.set( ComponentTypeManager.getIndexFor( type ) );

			return this;
		}