Saves the XMaterialMesh mesh to the DirectX (.x) file fileName.

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

Syntax

C#
public void SaveToXFile(
	string fileName,
	XFileFormat format
)

Parameters

fileName
Type: System..::.String
File name.
format
Type: XFileFormat
The X file format.

See Also