Sets up the animated mesh bones information.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
protected void SetupMeshContainerBonesInfo(
	XAnimationMeshContainer meshContainer
)

Parameters

meshContainer
Type: SGP.XSpace..::.XAnimationMeshContainer
The XAnimationMeshContainer mesh container.

Exceptions

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

See Also