Drawing Add T  Method (Material, BlendMode,  T ,  Int16 , Int32, Int32)Delta Engine Documentation

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

public void Add<T>(
	Material material,
	BlendMode blendMode,
	T[] vertices,
	short[] indices = null,
	int numberOfVerticesUsed = 0,
	int numberOfIndicesUsed = 0
)
where T : struct, new(), Vertex

Parameters

material
Type: DeltaEngine.Content Material
blendMode
Type: DeltaEngine.Core BlendMode
vertices
Type:  T 
indices (Optional)
Type:  System Int16 
numberOfVerticesUsed (Optional)
Type: System Int32
numberOfIndicesUsed (Optional)
Type: System Int32
Type Parameters

T
See Also