Entitas  0.40.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Entitas.ISystem Interface Reference
Inheritance diagram for Entitas.ISystem:
Entitas.ICleanupSystem Entitas.IExecuteSystem Entitas.IInitializeSystem Entitas.ITearDownSystem Entitas.Systems Entitas.IReactiveSystem Entitas.Systems Entitas.Systems Entitas.Systems Entitas.ReactiveSystem< TEntity >

Detailed Description

This is the base interface for all systems. It's not meant to be implemented. Use IInitializeSystem, IExecuteSystem, ICleanupSystem or ITearDownSystem.

Definition at line 7 of file ISystem.cs.


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