Batch2D Constructor Delta Engine Documentation
Initializes a new instance of the Batch2D class

Namespace: DeltaEngine.Rendering2D
Assembly: DeltaEngine.Rendering2D (in DeltaEngine.Rendering2D.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public Batch2D(
	Material material,
	BlendMode blendMode,
	int minimumNumberOfQuads = 16
)
See Also