Nez.Matcher.one C# (CSharp) Method

one() public method

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

			return this;
		}