Creates the XAnimationMesh animated mesh from the file.

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

Syntax

C#
public static XAnimationMesh CreateAnimationMesh(
	string fileName,
	XMaterialCullMode cull
)

Parameters

fileName
Type: System..::.String
File name.
cull
Type: SGP.XSpace..::.XMaterialCullMode
The Cull mode of filling the 3D faces.

Return Value

Returns the created XAnimationMesh animated mesh.

Exceptions

ExceptionCondition
System..::.ArgumentNullException fileName is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also