Creates new XLineBoxSprite class instance using the specified vertices and material.

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

Syntax

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

Parameters

vertices
Type: array< Vector3 >[]()[]
Vertices of the new primitive.
material
Type: SGP.XSpace..::.XMaterial
The XMaterial material used for primitive rendering.

See Also