[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.25 (1.0.0.25)

Syntax

C#
public Keyframe(
	float frame,
	KeyframeOutput output
)
Visual Basic (Declaration)
Public Sub New ( _
	frame As Single, _
	output As KeyframeOutput _
)
Visual C++
public:
Keyframe(
	float frame, 
	KeyframeOutput^ output
)

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)"]

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)"]

See Also