Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic.Extensions.Obsolete
ShuffledBatchGenerator(T) Class
ShuffledBatchGenerator(T) Constructor
ShuffledBatchGenerator(T) Constructor (IEnumerable(T))
ShuffledBatchGenerator(T) Constructor (BatchGenerator(T))
ShuffledBatchGenerator(T) Constructor (IEnumerable(T), IRandom)
ShuffledBatchGenerator(T) Constructor (BatchGenerator(T), IRandom)
ShuffledBatchGenerator
T
Constructor (BatchGenerator
T
, 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#
Copy
public
ShuffledBatchGenerator
(
BatchGenerator
<T>
batchGenerator
,
IRandom
random
)
Parameters
batchGenerator
Type:
Gamelogic.Extensions.Obsolete
BatchGenerator
T
random
Type:
Gamelogic.Extensions
IRandom
The random generator to use.
See Also
Reference
ShuffledBatchGenerator
T
Class
ShuffledBatchGenerator
T
Overload
Gamelogic.Extensions.Obsolete Namespace