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

Properties

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

Additional Inherited Members

- Public Member Functions inherited from Entitas.IMatcher< TEntity >
bool Matches (TEntity entity)
 

Detailed Description

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

Definition at line 3 of file ICompoundMatcher.cs.


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