Entitas  0.35.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Entitas.IAnyOfMatcher Interface Reference
Inheritance diagram for Entitas.IAnyOfMatcher:
Entitas.ICompoundMatcher Entitas.IMatcher Entitas.Matcher

Public Member Functions

INoneOfMatcher NoneOf (params int[] indices)
 
INoneOfMatcher NoneOf (params IMatcher[] matchers)
 
- Public Member Functions inherited from Entitas.IMatcher
bool Matches (Entity entity)
 

Additional Inherited Members

- Properties inherited from Entitas.ICompoundMatcher
int [] allOfIndices [get]
 
int [] anyOfIndices [get]
 
int [] noneOfIndices [get]
 
- Properties inherited from Entitas.IMatcher
int [] indices [get]
 

Detailed Description

Definition at line 16 of file MatcherInterfaces.cs.


The documentation for this interface was generated from the following file: