Entitas Redux
JCMG.EntitasRedux.IMatcher< TEntity > Interface Template Reference
Inheritance diagram for JCMG.EntitasRedux.IMatcher< TEntity >:
JCMG.EntitasRedux.ICompoundMatcher< TEntity > JCMG.EntitasRedux.INoneOfMatcher< TEntity > JCMG.EntitasRedux.IAnyOfMatcher< TEntity > JCMG.EntitasRedux.IAllOfMatcher< TEntity > JCMG.EntitasRedux.Matcher< TEntity >

Public Member Functions

bool Matches (TEntity entity)
 

Properties

int[] Indices [get]
 

Detailed Description

Type Constraints
TEntity :class 
TEntity :IEntity 

Definition at line 28 of file IMatcher.cs.

Member Function Documentation

◆ Matches()

bool JCMG.EntitasRedux.IMatcher< TEntity >.Matches ( TEntity  entity)

Property Documentation

◆ Indices

int [] JCMG.EntitasRedux.IMatcher< TEntity >.Indices
get

Definition at line 31 of file IMatcher.cs.


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