Sets the XAnimationMeshContainer animated mesh container.

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

Syntax

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

Parameters

meshContainer
Type: SGP.XSpace..::.XAnimationMeshContainer
New XAnimationMeshContainer animated mesh container.

Exceptions

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

See Also