![]() |
Entitas
0.40.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
|
Public Member Functions | |
IAnyOfMatcher< TEntity > | AnyOf (params int[] indices) |
IAnyOfMatcher< TEntity > | AnyOf (params IMatcher< TEntity >[] matchers) |
![]() | |
INoneOfMatcher< TEntity > | NoneOf (params int[] indices) |
INoneOfMatcher< TEntity > | NoneOf (params IMatcher< TEntity >[] matchers) |
![]() | |
bool | Matches (TEntity entity) |
Additional Inherited Members | |
![]() | |
int [] | allOfIndices [get] |
int [] | anyOfIndices [get] |
int [] | noneOfIndices [get] |
![]() | |
int [] | indices [get] |
TEntity | : | class | |
TEntity | : | IEntity | |
TEntity | : | new() |
Definition at line 3 of file IAllOfMatcher.cs.