Creates a new instance of the decorator class XLineSpriteDecorator.

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

Syntax

C#
public XLineSpriteDecorator(
	Vector3[] vertices,
	XMaterial material
)

Parameters

vertices
Type: array< Vector3 >[]()[]
Decorator vertices.
material
Type: SGP.XSpace..::.XMaterial
The decorator XMaterial material.

See Also