Drawing AddLines T  Method Delta Engine Documentation

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

public void AddLines<T>(
	Material material,
	T[] vertices
)
where T : struct, new(), Vertex

Parameters

material
Type: DeltaEngine.Content Material
vertices
Type:  T 
Type Parameters

T
See Also