Entitas
0.35.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Entitas
Entitas
Interfaces
IMatcher.cs
1
namespace
Entitas
{
2
3
public
interface
IMatcher
{
4
int
[] indices {
get
; }
5
bool
Matches(
Entity
entity);
6
}
7
}
Entitas
Definition:
EntitasCache.cs:3
Entitas.Entity
Definition:
Entity.cs:10
Entitas.IMatcher
Definition:
IMatcher.cs:3
Generated by
1.8.12