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

Public Member Functions

void Initialize ()
 

Detailed Description

Implement this interface if you want to create a system which should be initialized once in the beginning.

Definition at line 5 of file IInitializeSystem.cs.


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