Entitas  0.40.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Public Member Functions | List of all members
Entitas.IAnyOfMatcher< TEntity > Interface Template Reference
Inheritance diagram for Entitas.IAnyOfMatcher< TEntity >:
Entitas.INoneOfMatcher< TEntity > Entitas.ICompoundMatcher< TEntity > Entitas.IMatcher< TEntity > Entitas.IAllOfMatcher< TEntity > Entitas.Matcher< TEntity >

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Type Constraints
TEntity :class 
TEntity :IEntity 
TEntity :new() 

Definition at line 3 of file IAnyOfMatcher.cs.


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