[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,
	KeyframeOutput output0,
	float frame1,
	KeyframeOutput output1
)
Visual Basic (Declaration)
Public Sub New ( _
	frame0 As Single, _
	output0 As KeyframeOutput, _
	frame1 As Single, _
	output1 As KeyframeOutput _
)
Visual C++
public:
Animation(
	float frame0, 
	KeyframeOutput^ output0, 
	float frame1, 
	KeyframeOutput^ output1
)

Parameters

frame0
Type: System..::.Single

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

output0
Type: Mogware.VisualStudio.ColladaNet.Animations..::.KeyframeOutput

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

frame1
Type: System..::.Single

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

output1
Type: Mogware.VisualStudio.ColladaNet.Animations..::.KeyframeOutput

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

See Also