A Sandcastle Documented Class Library
Keyframe Constructor (frame, output)
NamespacesCollada.AnimationsKeyframeKeyframe(Single, KeyframeOutput)
Initializes a new instance of the Keyframe class
Declaration Syntax
C#Visual BasicVisual C++
public Keyframe(
	float frame,
	KeyframeOutput output
)
Public Sub New ( _
	frame As Single, _
	output As KeyframeOutput _
)
public:
Keyframe(
	float frame, 
	KeyframeOutput^ output
)
Parameters
frame (Single)

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

output (KeyframeOutput)

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

Assembly: Collada (Module: Collada) Version: 1.0.0.0 (1.0.0.0)