Entitas Redux
|
The base interface for all systems. It's not meant to be implemented directly. Use one of its child interfaces such as IInitializeSystem, IUpdateSystem, IFixedUpdateSystem, IUpdateSystem, ILateUpdateSystem, ICleanupSystem or ITearDownSystem. More...
The base interface for all systems. It's not meant to be implemented directly. Use one of its child interfaces such as IInitializeSystem, IUpdateSystem, IFixedUpdateSystem, IUpdateSystem, ILateUpdateSystem, ICleanupSystem or ITearDownSystem.
Definition at line 34 of file ISystem.cs.