Entitas
0.40.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Entitas
Entitas
Matcher
Interfaces
INoneOfMatcher.cs
1
namespace
Entitas
{
2
3
public
interface
INoneOfMatcher
<TEntity> :
ICompoundMatcher
<TEntity> where TEntity : class,
IEntity
, new() {
4
}
5
}
Entitas
Definition:
Collector.cs:4
Entitas.INoneOfMatcher
Definition:
INoneOfMatcher.cs:3
Entitas.ICompoundMatcher
Definition:
ICompoundMatcher.cs:3
Entitas.IEntity
Definition:
IEntity.cs:14
Generated by
1.8.13