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

Initializes a new instance of the Keyframe 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 Keyframe(
	float frame,
	KeyframeOutput output,
	InterpolationType interpolation
)
Visual Basic (Declaration)
Public Sub New ( _
	frame As Single, _
	output As KeyframeOutput, _
	interpolation As InterpolationType _
)
Visual C++
public:
Keyframe(
	float frame, 
	KeyframeOutput^ output, 
	InterpolationType interpolation
)

Parameters

frame
Type: System..::.Single

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

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

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

interpolation
Type: Mogware.VisualStudio.ColladaNet.Animations..::.InterpolationType

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

See Also