Creates new 3-dimensional text object.

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

Syntax

C#
public XTextMeshSprite AddText(
	string text,
	float deviation,
	float extrusion
)

Parameters

text
Type: System..::.String
String used to create the object.
deviation
Type: System..::.Single
Text deviation.
extrusion
Type: System..::.Single
Text extrusion.

Return Value

Returns the newly created object.

See Also