Creates the XAnimationMesh animated mesh from the resource resource.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static XAnimationMesh CreateAnimationMesh(
	IXResourceLocation resource
)

Parameters

resource
Type: SGP.XUtility..::.IXResourceLocation
The IXResourceLocation source defining the mesh location.

Return Value

Returns the created XAnimationMesh animated mesh.

Exceptions

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

See Also