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

one() 공개 메소드

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

			return this;
		}