Creates new XPathSprite class instance using the specified vertices and color.

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

Syntax

C#
public XPathSprite(
	Vector3[] vertices,
	Color color
)

Parameters

vertices
Type: array< Vector3 >[]()[]
Vertices of the new primitive.
color
Type: System.Drawing..::.Color
Material color of the new primitive.

See Also