All systems need to extend this interface, but it should be done by extending BaseSystem. See documentation on BaseSystem.
More...
All systems need to extend this interface, but it should be done by extending BaseSystem. See documentation on BaseSystem.
Return the order of system execution for this system relative to the given system.
- Parameters
-
system | The system to compare our execution ordering against. |
- Returns
- The order that execution needs to happen in.
Implemented in Forge.Entities.BaseSystem.
Set the event dispatcher that can be used to notify the external world of events.
IEntity Forge.Entities.ISystem.GlobalEntity |
|
set |
Set the global entity that can be used to store global data.
The documentation for this interface was generated from the following file:
- Forge.Entities/API/Systems.cs