Click or drag to resize

ShuffledBatchGeneratorT Constructor (IEnumerableT, IRandom)

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,
	IRandom random
)

Parameters

batchTemplate
Type: System.Collections.GenericIEnumerableT
random
Type: Gamelogic.ExtensionsIRandom
See Also