Creates new XBoneCombinationTransform class instance.

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

Syntax

C#
public XBoneCombinationTransform(
	XAnimationMeshMeshSprite sprite,
	int index
)

Parameters

sprite
Type: SGP.XSpace..::.XAnimationMeshMeshSprite
The parent XAnimationMeshMeshSprite sprite.
index
Type: System..::.Int32
Bone combination index.

Exceptions

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

See Also