Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 2.51 KB

AEntitySetSystem_T_.AEntitySetSystem(EntitySet,IParallelRunner,int).md

File metadata and controls

34 lines (20 loc) · 2.51 KB

AEntitySetSystem(EntitySet, IParallelRunner, int) Constructor

Initialise a new instance of the AEntitySetSystem<T> class with the given EntitySet and IParallelRunner.

protected AEntitySetSystem(DefaultEcs.EntitySet set, DefaultEcs.Threading.IParallelRunner runner, int minEntityCountByRunnerIndex=0);

Parameters

set EntitySet

The EntitySet on which to process the update.

runner IParallelRunner

The IParallelRunner used to process the update in parallel if not null.

minEntityCountByRunnerIndex System.Int32

The minimum number of Entity per runner index to use the given runner.

Exceptions

System.ArgumentNullException
set is null.