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

Initializes a new instance of the AnimationGroup class

Namespace:  Mogware.VisualStudio.ColladaNet.Animations
Assembly:  Mogware.VisualStudio.ColladaNet (in Mogware.VisualStudio.ColladaNet.dll) Version: 1.0.0.3216 (1.0.0.3216)

Syntax

C#
public AnimationGroup(
	string jointName
)
Visual Basic (Declaration)
Public Sub New ( _
	jointName As String _
)
Visual C++
public:
AnimationGroup(
	String^ jointName
)

Parameters

jointName
Type: System..::.String

[Missing <param name="jointName"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Animations.AnimationGroup.#ctor(System.String)"]

See Also