Entitas
0.40.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Entitas
Entitas
EntityIndex
IEntityIndex.cs
1
namespace
Entitas
{
2
3
public
interface
IEntityIndex
{
4
5
string
name {
get
; }
6
7
void
Activate();
8
void
Deactivate();
9
}
10
}
Entitas
Definition:
Collector.cs:4
Entitas.IEntityIndex
Definition:
IEntityIndex.cs:3
Generated by
1.8.13