AComponentSystem_TState,TComponent_.AComponentSystem(World,IParallelRunner).md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.System.AComponentSystem<TState,TComponent>
AComponentSystem(World, IParallelRunner) Constructor
Initialise a new instance of the AComponentSystem<TState,TComponent> class with the given World and IParallelRunner.
protected AComponentSystem(DefaultEcs.World world, DefaultEcs.Threading.IParallelRunner runner);
Parameters
world World
The World on which to process the update.
runner IParallelRunner
The IParallelRunner used to process the update in parallel if not null.
Exceptions
System.ArgumentNullException
world is null.