Creates new XMeshSprite class instance using the given mesh.

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

Syntax

C#
public XMeshSprite(
	XMaterialMesh mesh
)

Parameters

mesh
Type: SGP.XSpace..::.XMaterialMesh
The XMaterialMesh mesh that will be used to create the sprite.

See Also