Click or drag to resize

ShuffledBatchGeneratorT Constructor (IEnumerableT)

Constructs a new ShuffledBatchGenerator that uses the given batch template to make a new batch generator to use.

Namespace:  Gamelogic.Extensions.Obsolete
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public ShuffledBatchGenerator(
	IEnumerable<T> batchTemplate
)

Parameters

batchTemplate
Type: System.Collections.GenericIEnumerableT
See Also