Click or drag to resize

BufferT Constructor

Namespace:  Gamelogic.Extensions.Obsolete
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public Buffer(
	IGenerator<T> baseGenerator,
	int bufferCount
)

Parameters

baseGenerator
Type: Gamelogic.Extensions.ObsoleteIGeneratorT
bufferCount
Type: SystemInt32
See Also