Nez.Matcher.all C# (CSharp) Method

all() public method

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

			return this;
		}