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

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

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