Click or drag to resize

ShuffledBatchGeneratorT Constructor (BatchGeneratorT, IRandom)

Constructs a new ShuffledBatchGenerator that uses the given BatchGenerator.

Namespace:  Gamelogic.Extensions.Obsolete
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public ShuffledBatchGenerator(
	BatchGenerator<T> batchGenerator,
	IRandom random
)

Parameters

batchGenerator
Type: Gamelogic.Extensions.ObsoleteBatchGeneratorT
random
Type: Gamelogic.ExtensionsIRandom
The random generator to use.
See Also