Creates the XAnimationMesh animated mesh.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static XAnimationMesh CreateAnimationMesh(
	Type manifestType,
	string name,
	XMaterialCullMode cull
)

Parameters

manifestType
Type: System..::.Type
The Type type defining the mesh location in the given library.
name
Type: System..::.String
Path to the mesh.
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 manifestType is nullNothingnullptra null reference (Nothing in Visual Basic).
System..::.ArgumentNullException name is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also