Entitas
0.40.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Entitas
Entitas
Systems
Interfaces
ICleanupSystem.cs
1
namespace
Entitas
{
2
3
/// Implement this interface if you want to create a system which should
4
/// execute cleanup logic after execution.
5
public
interface
ICleanupSystem
:
ISystem
{
6
7
void
Cleanup();
8
}
9
}
Entitas
Definition:
Collector.cs:4
Entitas.ICleanupSystem
Definition:
ICleanupSystem.cs:5
Entitas.ISystem
Definition:
ISystem.cs:7
Generated by
1.8.13