Sets new primitive vertices.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void SetVertices(
	IXVertexArray vertices,
	int index,
	int count
)

Parameters

vertices
Type: SGP.XSpace..::.IXVertexArray
The IXVertexArray vector array defining the primitive new vertices.
index
Type: System..::.Int32
Defines the start index in the vector array.
count
Type: System..::.Int32
Defines the number of vectors to load.

See Also