Entitas
0.40.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Entitas
Entitas
Matcher
Interfaces
IAllOfMatcher.cs
1
namespace
Entitas
{
2
3
public
interface
IAllOfMatcher
<TEntity> :
IAnyOfMatcher
<TEntity> where TEntity : class,
IEntity
, new() {
4
5
IAnyOfMatcher<TEntity>
AnyOf(params
int
[] indices);
6
IAnyOfMatcher<TEntity>
AnyOf(params
IMatcher<TEntity>
[] matchers);
7
}
8
}
Entitas
Definition:
Collector.cs:4
Entitas.IAllOfMatcher
Definition:
IAllOfMatcher.cs:3
Entitas.IMatcher
Definition:
IMatcher.cs:3
Entitas.IEntity
Definition:
IEntity.cs:14
Entitas.IAnyOfMatcher
Definition:
IAnyOfMatcher.cs:3
Generated by
1.8.13