[This is preliminary documentation and is subject to change.]

Initializes a new instance of the SkinnedModelBoneCollection class

Namespace:  XNAnimation
Assembly:  XNAnimation (in XNAnimation.dll)
Version: 0.3.0.0

Syntax

C#
public SkinnedModelBoneCollection(
	IList<SkinnedModelBone> list
)

Parameters

list
Type: System.Collections.Generic..::.IList<(Of <(SkinnedModelBone>)>)

[Missing <param> documentation for "list"]

See Also