Initialises a new instance of the SequentialSystem<T> class.
public SequentialSystem(params DefaultEcs.System.ISystem<T>[] systems);
systems
DefaultEcs.System.ISystem<T>[]
The ISystem<T> instances.
System.ArgumentNullException
systems is null.
Initialises a new instance of the SequentialSystem<T> class.
public SequentialSystem(params DefaultEcs.System.ISystem<T>[] systems);
systems
DefaultEcs.System.ISystem<T>[]
The ISystem<T> instances.
System.ArgumentNullException
systems is null.