Entitas  0.35.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Entitas.ICleanupSystem Interface Reference
Inheritance diagram for Entitas.ICleanupSystem:
Entitas.ISystem Entitas.Systems

Public Member Functions

void Cleanup ()
 

Detailed Description

Implement this interface if you want to create a system which should execute cleanup logic after execution.

Definition at line 5 of file ICleanupSystem.cs.


The documentation for this interface was generated from the following file: