Creates a new triangle.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public XMaterialSprite AddTriangle(
	Vector3[] vertices
)

Parameters

vertices
Type: array< Vector3 >[]()[]
Array of the Vector3 vectors specifying the object coordinates.

Return Value

Returns the newly created object.

See Also