Initialise a new instance of the AEntitySetSystem<T> class with the given EntitySet.
protected AEntitySetSystem(DefaultEcs.EntitySet set, bool useBuffer=false);
set
EntitySet
The EntitySet on which to process the update.
useBuffer
System.Boolean
Whether the entities should be copied before being processed.
System.ArgumentNullException
set is null.