Tesla Graphics Engine Documentation (January 2012)
LineBatch Constructor (material, baseColor, tipColor)
TeslaTesla.UtilLineBatchLineBatch(Material, Color, Color)
Creates a new instance of LineBatch. Lines require a Position and a VertexColor to be rendered.
Declaration Syntax
C#
public LineBatch(
	Material material,
	Color baseColor,
	Color tipColor
)
Parameters
material (Material)
The material used to render the line batches.
baseColor (Color)
Color of the line's base.
tipColor (Color)
Color of the line's tip.

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)