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

Properties

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

Additional Inherited Members

- Public Member Functions inherited from Entitas.IMatcher
bool Matches (Entity entity)
 

Detailed Description

Definition at line 3 of file MatcherInterfaces.cs.


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