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

Public Member Functions

bool Matches (TEntity entity)
 

Properties

int [] indices [get]
 

Detailed Description

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

Definition at line 3 of file IMatcher.cs.


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