Entitas
0.35.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Entitas
Entitas
Interfaces
ITearDownSystem.cs
1
namespace
Entitas
{
2
3
/// Implement this interface if you want to create a system which should
4
/// tear down once in the end.
5
public
interface
ITearDownSystem
:
ISystem
{
6
void
TearDown();
7
}
8
}
Entitas
Definition:
EntitasCache.cs:3
Entitas.ITearDownSystem
Definition:
ITearDownSystem.cs:5
Entitas.ISystem
Definition:
ISystem.cs:8
Generated by
1.8.12