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

Initializes a new instance of the Animation 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 Animation(
	float frame0,
	float frame1
)
Visual Basic (Declaration)
Public Sub New ( _
	frame0 As Single, _
	frame1 As Single _
)
Visual C++
public:
Animation(
	float frame0, 
	float frame1
)

Parameters

frame0
Type: System..::.Single

[Missing <param name="frame0"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Animations.Animation.#ctor(System.Single,System.Single)"]

frame1
Type: System..::.Single

[Missing <param name="frame1"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Animations.Animation.#ctor(System.Single,System.Single)"]

See Also