Entitas
0.40.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Entitas
Entitas
Context
Interfaces
IContexts.cs
1
namespace
Entitas
{
2
3
public
interface
IContexts
{
4
5
IContext
[] allContexts {
get
; }
6
}
7
}
Entitas.IContext
Definition:
IContext.cs:8
Entitas
Definition:
Collector.cs:4
Entitas.IContexts
Definition:
IContexts.cs:3
Generated by
1.8.13