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

Public Member Functions

void Execute (List< Entity > entities)
 

Detailed Description

Not meant to be implemented. Use IReactiveSystem, IMultiReactiveSystem or IEntityCollectorSystem.

Definition at line 27 of file IReactiveSystem.cs.


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