Entitas Redux
|
A JobSystem calls Execute(entities) with subsets of entities and distributes the workload over the specified amount of threads. Don't use the generated methods like AddXyz() and ReplaceXyz() when writing multi-threaded code in Entitas. More...
Public Member Functions | |
virtual void | Update () |
Executes logic per render frame. More... | |
A JobSystem calls Execute(entities) with subsets of entities and distributes the workload over the specified amount of threads. Don't use the generated methods like AddXyz() and ReplaceXyz() when writing multi-threaded code in Entitas.
TEntity |
TEntity | : | class | |
TEntity | : | IEntity |
Definition at line 38 of file JobSystem.cs.
|
virtual |
Executes logic per render frame.
Implements JCMG.EntitasRedux.IUpdateSystem.
Definition at line 84 of file JobSystem.cs.