Nez.Matcher.empty C# (CSharp) Method

empty() public static method

public static empty ( ) : Matcher
return Matcher
		public static Matcher empty()
		{
			return new Matcher();
		}

Usage Example

 public EntitySystem()
 {
     _matcher = Matcher.empty();
 }