Click or drag to resize

ShuffledBatchGeneratorT Constructor (BatchGeneratorT)

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
)

Parameters

batchGenerator
Type: Gamelogic.Extensions.ObsoleteBatchGeneratorT
See Also